Future<void> start(String playerId, String? deviceId) async { await _methodChannel.invokeMethod('start', {'playerId': playerId, 'deviceId': deviceId}); }