blur function

void blur()

Implementation

void blur() {
  _i4.callMethod(
    _self,
    'blur',
    [],
  );
}