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

Use null instead of empty

parent 76815fae
......@@ -34,7 +34,7 @@ class IOSEmulator extends Emulator {
String get manufacturer => 'Apple';
@override
String get label => '';
String get label => null;
@override
Future<bool> launch() async {
......
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