HiveDatabase constructor

HiveDatabase(
  1. List<HiveBoxItem<UMEHiveData>> boxItems
)

Implementation

HiveDatabase(this.boxItems)
    : assert(boxItems.isNotEmpty, 'the box name must  has one');