@override Future<String?> start() async { // Invoke the native method 'start' and return the result. final start = await methodChannel.invokeMethod<String>('start'); return start; }