isAuthenticated property
true if the user is authenticated.
Implementation
bool get isAuthenticated => state.hasData && state.requireData.isNotEmpty;
true if the user is authenticated.
bool get isAuthenticated => state.hasData && state.requireData.isNotEmpty;