store property

Future<CollectionBox<String>> get store

Implementation

Future<CollectionBox<String>> get store async {
  return await HHiveCore.getBox(ctx.env);
}