CommunicationResponse.unknown constructor
CommunicationResponse.unknown([
- LaunchResult? launchResult
Implementation
factory CommunicationResponse.unknown([LaunchResult? launchResult]) =>
_CommunicationResponse(
launchResult ?? LaunchResult.openedApp, SendResult.unknown);