onConnectionError method

void onConnectionError(
  1. Object error
)

Implementation

void onConnectionError(Object error) {
  _terminateWithError(GrpcError.unavailable('Error connecting: $error'));
}