updateUI method
Implementation
Future<void> updateUI([BackgroundFetchUIOptions? options]) =>
js_util.promiseToFuture(js_util.callMethod(this, 'updateUI', [options]));
Future<void> updateUI([BackgroundFetchUIOptions? options]) =>
js_util.promiseToFuture(js_util.callMethod(this, 'updateUI', [options]));