@override Future<void> setUserId({required String id}) async { for (final provider in providers) { await provider.setUserId(id: id); } }