setup static method

Future<void> setup([
  1. String? subDir
])

Required for usage with Hive library

Implementation

static Future<void> setup([String? subDir]) async {
  await HiveBasedStorage.setup(subDir);
}