menu
codeofland package
documentation
sources/firebase/authentication/firebase_auth_service.dart
FirebaseAuthService
createUserWithEmailAndPassword abstract method
createUserWithEmailAndPassword abstract method
dark_mode
light_mode
createUserWithEmailAndPassword
abstract method
Future
<
User?
>
createUserWithEmailAndPassword
(
{
required
String
email
,
required
String
password
,
})
Implementation
Future<User?> createUserWithEmailAndPassword( {required String email, required String password});
codeofland package
documentation
sources/firebase/authentication/firebase_auth_service
FirebaseAuthService
createUserWithEmailAndPassword abstract method
FirebaseAuthService class