menu
flutter_auth_kit package
documentation
services/auth_service.dart
AuthService
resetPassword abstract method
resetPassword abstract method
dark_mode
light_mode
resetPassword
abstract method
Future
<
AuthResult
<
void
>
>
resetPassword
(
{
required
String
token
,
required
String
newPassword
,
})
Implementation
Future<AuthResult<void>> resetPassword({required String token, required String newPassword});
flutter_auth_kit package
documentation
services/auth_service
AuthService
resetPassword abstract method
AuthService class