init method

Future<List> init(
  1. ZoomOptions options
)

Implementation

Future<List> init(ZoomOptions options) async =>
    ZoomPlatform.instance.initZoom(options);