getRegistrations property
      
      Future<ReadonlyArray<ServiceWorkerRegistration> >  Function()
      get
      getRegistrations
      
    
    
    
Implementation
_i2.Future<_i9.ReadonlyArray<_i3.ServiceWorkerRegistration>> Function()
    get getRegistrations => () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'getRegistrations',
          ),
          r'call',
          [this],
        ));
      
      set
      getRegistrations
      (Future<ReadonlyArray<ServiceWorkerRegistration> >  value()) 
      
    
    
    
Implementation
set getRegistrations(
    _i2.Future<_i9.ReadonlyArray<_i3.ServiceWorkerRegistration>> Function()
        value) {
  _i4.setProperty(
    this,
    'getRegistrations',
    _i4.allowInterop(value),
  );
}