open static method

Future<BoxCollection> open(
  1. String name,
  2. Set<String> boxNames, {
  3. String? path,
  4. HiveCipher? key,
})

Implementation

static Future<BoxCollection> open(
  String name,
  Set<String> boxNames, {
  String? path,
  HiveCipher? key,
}) {
  throw UnimplementedError();
}