clearFont method
Clears the font set by this extension, if any.
Implementation
Future<void> clearFont(ClearFontDetails details) async {
await promiseToFuture<void>(
$js.chrome.fontSettings.clearFont(details.toJS));
}
Clears the font set by this extension, if any.
Future<void> clearFont(ClearFontDetails details) async {
await promiseToFuture<void>(
$js.chrome.fontSettings.clearFont(details.toJS));
}