aaa
This commit is contained in:
@@ -9,6 +9,7 @@ abstract class AuthRepository {
|
||||
Future<Either<Failure, AuthResponse>> login({
|
||||
required String email,
|
||||
required String password,
|
||||
bool rememberMe = false,
|
||||
});
|
||||
|
||||
/// Register new user
|
||||
|
||||
Reference in New Issue
Block a user