menu
dreamic package
documentation
data/repos/auth_service_int.dart
AuthServiceInt
resetPassword abstract method
resetPassword abstract method
dark_mode
light_mode
resetPassword
abstract method
Future
<
Either
<
AuthServiceSignInFailure
,
Unit
>
>
resetPassword
(
String
email
)
Implementation
Future<Either<AuthServiceSignInFailure, Unit>> resetPassword(String email);
dreamic package
documentation
data/repos/auth_service_int
AuthServiceInt
resetPassword abstract method
AuthServiceInt class