error method

void error(
  1. int code,
  2. Object error
)

Implementation

void error(int code, Object error) {
  _doCallback(code, error);
}