OnAttachedEvent constructor
OnAttachedEvent({
- required int tabId,
- required OnAttachedAttachInfo attachInfo,
Implementation
OnAttachedEvent({
required this.tabId,
required this.attachInfo,
});