Index: runtime/lib/vmservice_patch.dart |
diff --git a/runtime/lib/vmservice_patch.dart b/runtime/lib/vmservice_patch.dart |
index e9b4da7d53bbfc978994c5feb302f39524e17fa2..a88500448a8ad54b61751477568d6f1638a6b78e 100644 |
--- a/runtime/lib/vmservice_patch.dart |
+++ b/runtime/lib/vmservice_patch.dart |
@@ -10,3 +10,4 @@ patch void _onStart() native "VMService_OnStart"; |
patch void _onExit() native "VMService_OnExit"; |
patch bool _vmListenStream(String streamId) native "VMService_ListenStream"; |
patch void _vmCancelStream(String streamId) native "VMService_CancelStream"; |
+patch Uint8List _requestAssets() native "VMService_RequestAssets"; |