RtcEngineConfig constructor Null safety
Constructs a RtcEngineConfig
Implementation
RtcEngineConfig(String appId,
{List<AreaCode>? areaCode, LogConfig? logConfig})
: super(appId, areaCode: areaCode, logConfig: logConfig);
Constructs a RtcEngineConfig
RtcEngineConfig(String appId,
{List<AreaCode>? areaCode, LogConfig? logConfig})
: super(appId, areaCode: areaCode, logConfig: logConfig);