reportError method

void reportError(
  1. dynamic e
)

Implementation

void reportError(dynamic e) => js_util.callMethod(this, 'reportError', [e]);