handleError method

void handleError(
  1. dynamic e
)

Implementation

void handleError(e) {
  Utils.handleError(context, e);
}