HiveAtNotificationKeystore constructor

HiveAtNotificationKeystore(
  1. String currentAtSign, {
  2. int compactionPercentage = 30,
})

You must subsequently call init

Implementation

HiveAtNotificationKeystore(this.currentAtSign,
    {this.compactionPercentage = 30});