skipWaiting method

Future<void> skipWaiting()

Allows the current service worker registration to progress from waiting to active state while service worker clients are using it.

Implementation

Future<void> skipWaiting() =>
    promiseToFuture(_callMethod(_delegate, 'skipWaiting', []));