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