AgoraRtmChannelException constructor

AgoraRtmChannelException(
  1. dynamic reason,
  2. dynamic code
)

Implementation

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