getRegistration method Null safety
- [String? documentURL]
Implementation
Future<ServiceWorkerRegistration> getRegistration([String? documentURL]) =>
promiseToFuture<ServiceWorkerRegistration>(JS(
"creates:ServiceWorkerRegistration;",
"#.getRegistration(#)",
this,
documentURL));