menu
chrome_extension package
documentation
web_navigation.dart
GetAllFramesDetails
tabId property
tabId property
dark_mode
light_mode
tabId
property
int
get
tabId
The ID of the tab.
Implementation
int get tabId => _wrapped.tabId;
set
tabId
(
int
v
)
Implementation
set tabId(int v) { _wrapped.tabId = v; }
chrome_extension package
documentation
web_navigation
GetAllFramesDetails
tabId property
GetAllFramesDetails class