onLoginStateChanged property
Called when the login state e.g. user gets logged out.
Implementation
final CachedStreamController<LoginState> onLoginStateChanged =
CachedStreamController();
Called when the login state e.g. user gets logged out.
final CachedStreamController<LoginState> onLoginStateChanged =
CachedStreamController();