mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix signature of mock launch
This commit is contained in:
parent
7a810261fa
commit
e8f454c96f
@ -62,7 +62,7 @@ class _MockEmulator extends Emulator {
|
||||
final String label;
|
||||
|
||||
@override
|
||||
void launch() {
|
||||
Future<void> launch() {
|
||||
throw new UnimplementedError('Not implemented in Mock');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user