AgoraRtmChannelException constructor

AgoraRtmChannelException(
  1. String reason,
  2. int code
)

Implementation

AgoraRtmChannelException(this.reason, this.code) : super();