StorageOpts constructor
StorageOpts({
- StorageEncryption? encryption,
- bool? migrate,
- StorageType? type,
- CookieOptions? cookie,
- Map<
UserSessionKey, StorageEntry> ? entries,
Implementation
StorageOpts({
this.encryption,
this.migrate,
this.type,
this.cookie,
this.entries,
});