AudioStreamingException constructor

AudioStreamingException(
  1. String code,
  2. String? description
)

Implementation

AudioStreamingException(this.code, this.description);