CommunicationResponse.ofStatus constructor

CommunicationResponse.ofStatus(
  1. LaunchResult launchResult,
  2. SendResult sendResult
)

Implementation

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