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