CommunicationResponse.ofLinkOpen constructor

CommunicationResponse.ofLinkOpen(
  1. LinkLaunchResponse linkOpen
)

Implementation

factory CommunicationResponse.ofLinkOpen(LinkLaunchResponse linkOpen) {
  return _CommunicationResponse(linkOpen.launchResult, SendResult.unknown);
}