resetHiveKvStorageInitStateForTesting function
Resets Hive init state kept by initHiveKvStorage.
For tests only.
Implementation
@visibleForTesting
void resetHiveKvStorageInitStateForTesting() {
_isHiveInitialized = false;
_initializedSubDir = null;
_hiveInitFuture = null;
}