initZoom method

Future<bool?> initZoom({
  1. required String appKey,
  2. required String appSecret,
})

Implementation

Future<bool?> initZoom({
  required String appKey,
  required String appSecret,
}) {
  throw UnimplementedError('initZoom() has not been implemented.');
}