bucketsBox property

Future<Box> get bucketsBox

Implementation

static Future<Box> get bucketsBox async {
  var box = await Hive.openBox(HiveConst.bucketsBox);
  return box;
}