SembastService constructor

SembastService(
  1. Database database, {
  2. String? store,
  3. bool allowRemoveAll = false,
  4. bool allowQuery = true,
})

Implementation

SembastService(this.database,
    {String? store, this.allowRemoveAll = false, this.allowQuery = true})
    : store = intMapStoreFactory.store(store),
      super();