added splash screen
This commit is contained in:
@@ -47,4 +47,8 @@ class AuthRepository {
|
||||
}) async {
|
||||
return _authService.verifyOtp(code: code, email: email);
|
||||
}
|
||||
|
||||
Future<Result<bool>> checkIsLoggedIn() async {
|
||||
return _authService.checkIsLoggedIn();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user