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