enableFocusReporting method

void enableFocusReporting()

Implementation

void enableFocusReporting() {
  _buf.write(UvAnsi.enableFocusReporting);
}