delegate property

Storage delegate

Lazily initialize webStorage on first method call

Implementation

storage_interop.Storage get delegate {
  return _webStorage ??=
      storage_interop.getStorageInstance(core_interop.app(app.name), _bucket);
}