free method

void free()

Implementation

void free() {
  return WhisperLibrary.binding.whisper_free(ctx);
}