Commit 6643db01 authored by Carlo Bernaschina's avatar Carlo Bernaschina Committed by GitHub
parent 1e0b1f11
......@@ -208,7 +208,8 @@ class FlutterDriver {
});
}
// Waits for a signal from the VM service that the extension is registered
/// Waits for a signal from the VM service that the extension is registered.
/// Returns [_kFlutterExtensionMethod]
Future<String> waitForServiceExtension() {
return isolate.onExtensionAdded.firstWhere((String extension) {
return extension == _kFlutterExtensionMethod;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment