tabId property

int get tabId

The tabId of the tab from which the request originated if the tab is still active. Else -1.

Implementation

int get tabId => _wrapped.tabId;
set tabId (int v)

Implementation

set tabId(int v) {
  _wrapped.tabId = v;
}