handleError method

void handleError(
  1. String error
)

Implementation

void handleError(String error) {
  log("handleError $error");
  controller.onError?.call(error);
}