error method

void error([
  1. dynamic e
])

Implementation

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