menu
modularapparchitecture package
documentation
features/auth/data/datasources/auth_datasource.dart
AuthDatasourceImpl
sendPasswordReset method
sendPasswordReset method
dark_mode
light_mode
sendPasswordReset
method
@
override
Future
<
void
>
sendPasswordReset
(
String
email
)
override
Implementation
@override Future<void> sendPasswordReset(String email) => _auth.sendPasswordResetEmail(email);
modularapparchitecture package
documentation
features/auth/data/datasources/auth_datasource
AuthDatasourceImpl
sendPasswordReset method
AuthDatasourceImpl class