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