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