feat: Implement DataErrorHandler mixin and update imports for consistency
This commit is contained in:
@@ -414,6 +414,7 @@ class AuthRepositoryImpl implements AuthRepositoryInterface {
|
||||
|
||||
return domainUser;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<domain.User?> restoreSession() async {
|
||||
final firebase.User? firebaseUser = _service.auth.currentUser;
|
||||
|
||||
Reference in New Issue
Block a user