UpdateAuthorizationState constructor
const
UpdateAuthorizationState({
- required AuthorizationState authorizationState,
- dynamic extra,
- int? clientId,
The user authorization state has changed
Implementation
const UpdateAuthorizationState({
required this.authorizationState,
this.extra,
this.clientId,
});