clearAppBadge method
The clearAppBadge() method of the Navigator interface clears a
badge on the current app's icon by setting it to nothing. The value
nothing indicates that no badge is currently set, and the status of the
badge is cleared.
Implementation
external JSPromise<JSAny?> clearAppBadge();