setTitle method
Sets the title of the browser action. This title appears in the tooltip.
Implementation
Future<void> setTitle(SetTitleDetails details) async {
await promiseToFuture<void>(
$js.chrome.browserAction.setTitle(details.toJS));
}
Sets the title of the browser action. This title appears in the tooltip.
Future<void> setTitle(SetTitleDetails details) async {
await promiseToFuture<void>(
$js.chrome.browserAction.setTitle(details.toJS));
}