OnAttachedEvent constructor

OnAttachedEvent({
  1. required int tabId,
  2. required OnAttachedAttachInfo attachInfo,
})

Implementation

OnAttachedEvent({
  required this.tabId,
  required this.attachInfo,
});