getCharNumAtPosition method

int getCharNumAtPosition([
  1. DOMPointInit? point
])

Implementation

int getCharNumAtPosition([DOMPointInit? point]) =>
    js_util.callMethod(this, 'getCharNumAtPosition', [point]);