OnAttachedEvent class
Fired when a tab is attached to a window, for example because it was moved between windows.
class OnAttachedEvent {
final int tabId;
final Map attachInfo;
OnAttachedEvent(this.tabId, this.attachInfo);
}
Constructors
new OnAttachedEvent(int tabId, Map attachInfo) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
docs inherited from Object
OnAttachedEvent(this.tabId, this.attachInfo);