login method Null safety
Send user model with email and password data for login
Password must be more than 8 chacracters
Implementation
Future<UserModel> login({required String password, required String email});
Send user model with email and password data for login
Password must be more than 8 chacracters
Future<UserModel> login({required String password, required String email});