commit | 4c67885b8e507b298798b6f62b2a88c3adc8bb52 | [log] [tgz] |
---|---|---|
author | Danny Tuppeny <dantup@google.com> | Wed Apr 18 14:50:16 2018 +0100 |
committer | Danny Tuppeny <danny@tuppeny.com> | Wed May 09 16:03:59 2018 +0100 |
tree | c86d805d3f07d07cdfbe1fc25e261c2af1e972ce | |
parent | 4d7c3c775f505ef8d8f7be3dbd1e98b7630e565c [diff] [blame] |
Add support for launching emulators
diff --git a/packages/flutter_tools/test/emulator_test.dart b/packages/flutter_tools/test/emulator_test.dart index d7e3945..e8b70ef 100644 --- a/packages/flutter_tools/test/emulator_test.dart +++ b/packages/flutter_tools/test/emulator_test.dart
@@ -61,4 +61,10 @@ @override final String label; + @override + void launch() { + throw new UnimplementedError('Not implemented in Mock'); + } + + }