ZoomOptions constructor

ZoomOptions({
  1. required String domain,
  2. String? jwtToken,
  3. bool? customAndroidUi,
})

Implementation

ZoomOptions({required this.domain, this.jwtToken, this.customAndroidUi});