Disables the browser action for a tab. tabId The ID of the tab for which to modify the browser action.
tabId
Future<void> disable(int? tabId) async { await promiseToFuture<void>($js.chrome.browserAction.disable(tabId)); }