RtcEngineConfig constructor Null safety

RtcEngineConfig(
  1. String appId,
  2. {List<AreaCode>? areaCode,
  3. LogConfig? logConfig}
)

Constructs a RtcEngineConfig

Implementation

RtcEngineConfig(String appId,
    {List<AreaCode>? areaCode, LogConfig? logConfig})
    : super(appId, areaCode: areaCode, logConfig: logConfig);