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