@override Future<void> pause() async { try { await methodChannel.invokeMethod("pause"); } on PlatformException { //print("Stream pause error : $e"); } }