CommunicationResponse.unknown constructor

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

Implementation

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