closeViewer method

dynamic closeViewer()

Implementation

closeViewer() {
  Navigator.pop(context);
}