dispose method

void dispose()

Frees the native memory.

Implementation

void dispose() {
  calloc.free(data);
}