resetZoomScale method
Reset the zoomScale of the camera to use standard scale 1x.
Implementation
Future<void> resetZoomScale() async {
await _methodChannel.invokeMethod('resetScale');
}
Reset the zoomScale of the camera to use standard scale 1x.
Future<void> resetZoomScale() async {
await _methodChannel.invokeMethod('resetScale');
}