@override Future<bool> pause() async { bool isPaused = await methodChannel.invokeMethod("pause"); return isPaused; }