currentUser property Null safety
Returns current connected User, nullable.
Implementation
User? get currentUser {
return _int.state.currentUser;
}
Returns current connected User, nullable.
User? get currentUser {
return _int.state.currentUser;
}