handleError method

void handleError(
  1. dynamic err
)

Implementation

void handleError(err) {
  print(err);
}