setBadgeBackgroundColor method
Sets the background color for the badge.
Implementation
Future<void> setBadgeBackgroundColor(
SetBadgeBackgroundColorDetails details) async {
await promiseToFuture<void>(
$js.chrome.action.setBadgeBackgroundColor(details.toJS));
}