@override Future<String?> pauseAudio() async { final res = await methodChannel.invokeMethod<String>('pauseAudio'); return res; }