ZoomInitilaizedWithToken constructor

ZoomInitilaizedWithToken({
  1. String? domain,
  2. String? jwtToken,
})

Implementation

ZoomInitilaizedWithToken({
  this.domain,
  this.jwtToken
});