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