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