@override Future<void> stop() async { try { await methodChannel.invokeMethod<void>('stop'); } catch (e) { if (kDebugMode) { print(e); } } }