Commit e8f454c9 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Fix signature of mock launch

parent 7a810261
......@@ -62,7 +62,7 @@ class _MockEmulator extends Emulator {
final String label;
@override
void launch() {
Future<void> launch() {
throw new UnimplementedError('Not implemented in Mock');
}
}
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