initZoom method

Future<List> initZoom({
  1. required ZoomOptions options,
})

Platform-specific implementations should set this with their own platform-specific class that extends ZoomAllInOneSdkPlatform when they register themselves. Flutter Zoom SDK Initialization function

Implementation

/// Flutter Zoom SDK Initialization function
Future<List> initZoom({required ZoomOptions options}) async {
  throw UnimplementedError('initZoom() has not been implemented.');
}