hive
hive copied to clipboard
`await Hive.openBox(BoxName, collection: DBName)` never returns on Web
Steps to Reproduce
Try to open box with collection
arg passed into method.
Code sample
await Hive.openBox("boxName", collection: "collectionName")
Version
- Platform: Web
- Flutter version: 3.0.5
- Hive version: 2.2.3