resetHiveKvStorageInitStateForTesting function

  1. @visibleForTesting
void resetHiveKvStorageInitStateForTesting()

Resets Hive init state kept by initHiveKvStorage.

For tests only.

Implementation

@visibleForTesting
void resetHiveKvStorageInitStateForTesting() {
  _isHiveInitialized = false;
  _initializedSubDir = null;
  _hiveInitFuture = null;
}