mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix generic method syntax.
This commit is contained in:
parent
d745e20853
commit
62f3124e66
@ -97,7 +97,7 @@ class FlutterDriver {
|
||||
// option, then the VM service extension is not registered yet. Wait for
|
||||
// it to be registered.
|
||||
Future<dynamic> whenResumed = resumeLeniently();
|
||||
Future<dynamic> whenServiceExtensionReady = Future.any/*dynamic*/(<Future<dynamic>>[
|
||||
Future<dynamic> whenServiceExtensionReady = Future.any/*<dynamic>*/(<Future<dynamic>>[
|
||||
waitForServiceExtension(),
|
||||
// We will never receive the extension event if the user does not
|
||||
// register it. If that happens time out.
|
||||
|
Loading…
Reference in New Issue
Block a user