menu
saasfork_firebase_service package
documentation
models/auth_state_model.dart
AuthStateModel
AuthStateModel.new constructor
AuthStateModel.new constructor
dark_mode
light_mode
AuthStateModel
constructor
AuthStateModel
(
{
AuthState
state
=
AuthState.idle
,
UserModel?
user
,
String
?
errorMessage
,
})
Implementation
AuthStateModel({this.state = AuthState.idle, this.user, this.errorMessage});
saasfork_firebase_service package
documentation
models/auth_state_model
AuthStateModel
AuthStateModel.new constructor
AuthStateModel class