webStorageDirectory property

Directory webStorageDirectory
final

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

await HydratedStorage.build(
  storageDirectory: HydratedStorage.webStorageDirectory,
);

Implementation

static final webStorageDirectory = Directory('');