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