ConnectionServiceAudioRouteEvent constructor

ConnectionServiceAudioRouteEvent(
  1. int sessionId,
  2. List availablePorts,
  3. Map? currentPort
)

Implementation

ConnectionServiceAudioRouteEvent(
  this.sessionId,
  this.availablePorts,
  this.currentPort,
) : super('onConnectionServiceAudioRoute', {
        'sessionId': sessionId,
        'availablePorts': availablePorts,
        'currentPort': currentPort,
      });