blur method

void blur()

Blur the editable

Implementation

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