menu
fluxer_dart package
documentation
gateway_client/gateway_event.dart
AuthSessionChangeEvent
AuthSessionChangeEvent.new const constructor
AuthSessionChangeEvent.new const constructor
dark_mode
light_mode
AuthSessionChangeEvent
constructor
const
AuthSessionChangeEvent
(
{
String
?
newToken
,
String
?
newAuthSessionIdHash
,
})
Implementation
const AuthSessionChangeEvent({this.newToken, this.newAuthSessionIdHash});
fluxer_dart package
documentation
gateway_client/gateway_event
AuthSessionChangeEvent
AuthSessionChangeEvent.new const constructor
AuthSessionChangeEvent class