destroy method

void destroy()

Destroy the editable

Implementation

void destroy() {
  _context!.callMethod('destroy');
}