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