CommunicationResponse.sent constructor

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

Implementation

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