resetZoom method

void resetZoom()

Resets the zoom and pan of the image editor.

Implementation

void resetZoom() {
  interactiveViewer.currentState?.reset();
}