KeycloakEvent constructor

KeycloakEvent({
  1. KeycloakEventType? type,
  2. dynamic args,
})

Implementation

KeycloakEvent({this.type, this.args});