menu
app_essentials
auth_repository
IAuthRepository
<
T
>
signIn abstract method
signIn
brightness_4
brightness_5
signIn
abstract method
Future
<
RepositoryResponse
<
User
>
>
signIn
(
String
email
,
String
password
)
Implementation
Future<RepositoryResponse<User>> signIn(String email, String password);
app_essentials
auth_repository
IAuthRepository
<
T
>
signIn abstract method
IAuthRepository class
Constructors
IAuthRepository
Properties
authApiService
hashCode
notificationDeviceToken
runtimeType
Methods
changePassword
guestSignIn
noSuchMethod
resetPassword
sendOtp
signIn
signUp
toString
verifyOtp
Operators
operator ==