menu
flutter_auth_kit package
documentation
services/email_auth_service.dart
EmailAuthService
resetPassword abstract method
resetPassword abstract method
dark_mode
light_mode
resetPassword
abstract method
Future
<
AuthResult
<
void
>
>
resetPassword
(
String
token
,
String
newPassword
)
Implementation
Future<AuthResult<void>> resetPassword(String token, String newPassword);
flutter_auth_kit package
documentation
services/email_auth_service
EmailAuthService
resetPassword abstract method
EmailAuthService class