RegistrationOptions constructor

RegistrationOptions({
  1. String scope,
  2. WorkerType type,
  3. ServiceWorkerUpdateViaCache updateViaCache,
})

Implementation

external factory RegistrationOptions({
  String scope,
  WorkerType type,
  ServiceWorkerUpdateViaCache updateViaCache,
});