ZoomInitilaizedWithOutToken constructor

ZoomInitilaizedWithOutToken(
  1. {String? domain,
  2. String? appKey,
  3. String? appSecret}
)

Implementation

ZoomInitilaizedWithOutToken({
  this.domain,
  this.appKey,
  this.appSecret,
});