sendResponse<R> method

void sendResponse<R>(
  1. R response
)

Implementation

void sendResponse<R>(R response) =>
    responsePort.send(createResponse(response));