ZegoEngineProfile constructor

ZegoEngineProfile(
  1. int appID,
  2. ZegoScenario scenario, {
  3. String? appSign,
  4. bool? enablePlatformView,
})

Implementation

ZegoEngineProfile(this.appID, this.scenario,
    {this.appSign, this.enablePlatformView});