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