currentUser static method
Implementation
static User currentUser() {
if (_currentUser.id.isNotEmpty) {
return _currentUser;
}
return User();
}
static User currentUser() {
if (_currentUser.id.isNotEmpty) {
return _currentUser;
}
return User();
}