resetZoomScale method

Future<void> resetZoomScale()

Reset the zoomScale of the camera to use standard scale 1x.

Implementation

Future<void> resetZoomScale() async {
  await _methodChannel.invokeMethod('resetScale');
}