GetAllFramesDetails constructor
GetAllFramesDetails({
- required int tabId,
Implementation
GetAllFramesDetails(
{
/// The ID of the tab.
required int tabId})
: _wrapped = $js.GetAllFramesDetails(tabId: tabId);