menu
littlefish_core package
documentation
auth/services/auth_service.dart
AuthService<T, Y, Z>
signUpWithEmailAndPassword abstract method
signUpWithEmailAndPassword abstract method
dark_mode
light_mode
signUpWithEmailAndPassword
abstract method
Future
<
AuthUser
<
Y
>
>
signUpWithEmailAndPassword
(
{
required
String
email
,
required
String
password
,
})
Implementation
Future<AuthUser<Y>> signUpWithEmailAndPassword( {required String email, required String password});
littlefish_core package
documentation
auth/services/auth_service
AuthService<T, Y, Z>
signUpWithEmailAndPassword abstract method
AuthService class