close method
Closes this store.
This method is useful for unit tests; most real applications should open a Store once and keep it open until the app dies.
Implementation
void close() {
checkObx(bindings.obx_store_close(_cStore));
}
Closes this store.
This method is useful for unit tests; most real applications should open a Store once and keep it open until the app dies.
void close() {
checkObx(bindings.obx_store_close(_cStore));
}