menu
upgrade_flutter_starter_kit package
documentation
services/auth_service.dart
AuthService
resetPassword method
resetPassword method
dark_mode
light_mode
resetPassword
method
Future
<
void
>
resetPassword
(
String
email
)
Implementation
Future<void> resetPassword(String email) async { await Future.delayed(const Duration(seconds: 1)); }
upgrade_flutter_starter_kit package
documentation
services/auth_service
AuthService
resetPassword method
AuthService class