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