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