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