destroy method

void destroy()

Frees the memory used by mecab and

Implementation

void destroy() {
  if (mecabPtr != null) {
    destroyMecabFfi(mecabPtr!);
  }
}