HiveVaultStore<T extends BoxBase<Map>> constructor

HiveVaultStore<T extends BoxBase<Map>>(
  1. HiveAdapter<T> adapter, {
  2. StoreCodec? codec,
})

Builds a HiveVaultStore.

  • adapter: The hive store adapter
  • codec: The StoreCodec used to convert to/from a Map<String, dynamic>` representation to binary representation

Implementation

HiveVaultStore(super.adapter, {super.codec});