UpdateAuthorizationState constructor

const UpdateAuthorizationState({
  1. required AuthorizationState authorizationState,
  2. dynamic extra,
  3. int? clientId,
})

The user authorization state has changed

Implementation

const UpdateAuthorizationState({
  required this.authorizationState,
  this.extra,
  this.clientId,
});