AuthState constructor
const
AuthState(
- AuthChangeEvent event,
- Session? session, {
- bool fromBroadcast = false,
Implementation
const AuthState(this.event, this.session, {this.fromBroadcast = false});