AppHive<T> constructor

AppHive<T>({
  1. String boxName = kAppBoxName,
})

Implementation

AppHive({this.boxName = kAppBoxName});