auth property
FirebaseAuth
get
auth
Get Firebase Auth instance
Implementation
static FirebaseAuth get auth {
if (_auth == null) {
throw 'UniAuth is not initialized';
}
return _auth!;
}
Get Firebase Auth instance
static FirebaseAuth get auth {
if (_auth == null) {
throw 'UniAuth is not initialized';
}
return _auth!;
}