KeycloakEvent constructor
KeycloakEvent({
- KeycloakEventType? type,
- dynamic args,
Implementation
KeycloakEvent({this.type, this.args});
KeycloakEvent({this.type, this.args});