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