check null safety
This commit is contained in:
@@ -11,6 +11,6 @@ abstract class AuthService {
|
||||
Future<void> updateProfileName(String newUserName);
|
||||
Future<void> updatePreferredCurrency(String currency);
|
||||
Future<bool> hasInvite();
|
||||
Stream<User> getUserStream();
|
||||
Stream<User?> getUserStream();
|
||||
Stream<Setting> getSetting();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user