@override Future<bool> setPrimary(String id) async { stateNotifier.setPrimaryPlayer(id); return true; }