@override Future<String?> start() async { final start = await methodChannel.invokeMethod<String>('start'); return start; }