CommunicationResponse.cancelled constructor

CommunicationResponse.cancelled([
  1. LaunchResult? launchResult
])

Implementation

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