initZoom method

Future<List> initZoom(
  1. ZoomOptions options
)

Implementation

Future<List> initZoom(ZoomOptions options) async {
  throw UnimplementedError('initZoom() has not been implemented.');
}