CommunicationResponse.ofStatus constructor
CommunicationResponse.ofStatus(
- LaunchResult launchResult,
- SendResult sendResult
Implementation
factory CommunicationResponse.ofStatus(
LaunchResult launchResult, SendResult sendResult) {
return _CommunicationResponse(launchResult, sendResult);
}