close method

void close()

Close the instance when it's no longer needed in the near future. Any subsequent call to the instance is undefined behavior.

Implementation

void close() {
  _mmkvClose(_handle);
}