HumanLifeGame
lobby_notifier
LobbyNotifier
LobbyNotifier constructor
LobbyNotifier
HumanLifeGame
lobby_notifier
LobbyNotifier
LobbyNotifier constructor
LobbyNotifier class
Constructors
LobbyNotifier
Properties
hashCode
hasListeners
runtimeType
value
Methods
addListener
createPublicPlayRoom
dispose
join
noSuchMethod
notifyListeners
removeListener
toString
Operators
operator ==
LobbyNotifier
constructor
LobbyNotifier
(
Auth
_auth
,
Store
_store
)
Implementation
LobbyNotifier(this._auth, this._store) : super(LobbyState()) { _init(); }