close method

Future<void> close()

Closes all partitions

Implementation

Future<void> close() {
  return _db.close();
}