ready property

Implementation

Future<ServiceWorkerRegistration> get ready => Future.error(UnsupportedError(
    'Service workers are not available outside a browser context.'));