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