HandleNotificationEvent constructor
HandleNotificationEvent(
- String? method,
- dynamic arguments
Implementation
HandleNotificationEvent(this.method, this.arguments);
HandleNotificationEvent(this.method, this.arguments);