GetAllFramesDetails constructor

GetAllFramesDetails({
  1. required int tabId,
})

Implementation

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