FirebaseEMailAuthController class

Inheritance

Constructors

FirebaseEMailAuthController({required String firebaseApiKey, String rePw = ""})

Properties

email String
getter/setter pair
firebaseApiKey String
final
hashCode int
The hash code for this object.
no setterinherited
pw String
getter/setter pair
rePw String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect({required String endPoint, required String apiKey, required String bodyData}) Future<Response>
inherited
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn() Future<FirebaseResponse>
override
signUp() Future<FirebaseResponse>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited