This commit is contained in:
Phuoc Nguyen
2025-10-10 18:06:40 +07:00
parent 77440ac957
commit 63e397d7e6
12 changed files with 1060 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ abstract class AuthRepository {
Future<Either<Failure, AuthResponse>> login({
required String email,
required String password,
bool rememberMe = false,
});
/// Register new user