Merge pull request 'splash_scren' (#156) from splash_scren into main

Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/156
This commit is contained in:
a.ghabeli
2025-09-23 13:38:01 +03:30
14 changed files with 263 additions and 12 deletions
@@ -47,4 +47,8 @@ class AuthRepository {
}) async {
return _authService.verifyOtp(code: code, email: email);
}
Future<Result<bool>> checkIsLoggedIn() async {
return _authService.checkIsLoggedIn();
}
}