AgoraConnectionData constructor Null safety
Implementation
AgoraConnectionData({
required this.appId,
required this.channelName,
this.uid,
this.tokenUrl,
this.tempToken,
this.areaCode = AreaCode.GLOB,
});
AgoraConnectionData({
required this.appId,
required this.channelName,
this.uid,
this.tokenUrl,
this.tempToken,
this.areaCode = AreaCode.GLOB,
});