menu
saasfork_firebase_service package
documentation
services/auth_service_interface.dart
AuthServiceInterface
createUserWithEmailAndPassword abstract method
createUserWithEmailAndPassword abstract method
dark_mode
light_mode
createUserWithEmailAndPassword
abstract method
Future
<
UserModel
>
createUserWithEmailAndPassword
(
String
email
,
String
password
)
Implementation
Future<UserModel> createUserWithEmailAndPassword( String email, String password, );
saasfork_firebase_service package
documentation
services/auth_service_interface
AuthServiceInterface
createUserWithEmailAndPassword abstract method
AuthServiceInterface class