clearAppBadge method

Future<void> clearAppBadge()

Implementation

Future<void> clearAppBadge() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'clearAppBadge', []));