@override Future<bool> stop() async { return await methodChannel.invokeMethod<bool>('stop') ?? false; }