Remove a player from a provider.
Future<void> remove(String playerId) async { await _client.sendCommand('players/remove', args: {'player_id': playerId}); }