close method

void close ()

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));
}