HydratedStorage constructor

  1. @visibleForTesting
HydratedStorage(
  1. Box _box
)

Implementation of Storage which uses package:hive to persist and retrieve state changes from the local device.

Implementation

@visibleForTesting
HydratedStorage(this._box);