web constant

Sentinel directory used to determine that web storage should be used when initializing HydratedStorage.

await HydratedStorage.build(
  storageDirectory: HydratedStorageDirectory.web,
);

Implementation

static const web = HydratedStorageDirectory('');