Future<bool> pauseAllPlayers() async { var result = await _methodChannel.invokeMethod(Constants.pauseAllPlayers); return result ?? false; }