open static method
TODO: Document this!
Implementation
static Future<BoxCollection> open(
  String name,
  Set<String> boxNames, {
  String? path,
  HiveCipher? key,
}) {
  throw UnimplementedError();
}TODO: Document this!
static Future<BoxCollection> open(
  String name,
  Set<String> boxNames, {
  String? path,
  HiveCipher? key,
}) {
  throw UnimplementedError();
}