RowndCubit constructor

RowndCubit(
  1. RowndPlugin rowndPlugin
)

Implementation

RowndCubit(this.rowndPlugin)
    : rowndStateNotifier = rowndPlugin.state(),
      super(AuthState.unauthenticated) {
  // Initialize the cubit by setting up a listener to the authentication state
  _initialize();
}