LobbyNotifier constructor

LobbyNotifier(
  1. Auth _auth,
  2. Store _store
)

Implementation

LobbyNotifier(this._auth, this._store) : super(LobbyState()) {
  _init();
}