Future<bool?> playOrPause() async { print("Invoking platform method: playOrPause"); return await _channel.invokeMethod("playOrPause"); }