toWire method

MessageResponse toWire()

Converts this blob event response to a gRPC response.

Implementation

$ep.MessageResponse toWire() {
  return $ep.MessageResponse(success: success);
}