isAuthenticated method

bool isAuthenticated()

Implementation

bool isAuthenticated() {
  return rowndStateNotifier.state.auth?.isAuthenticated ?? false;
}