showFileImage function
Implementation
Future showFileImage(pathUri) async {
await showImageViewer(
Get.context!,
getBannerIP(pathUri),
swipeDismissible: true,
doubleTapZoomable: true,
);
}
Future showFileImage(pathUri) async {
await showImageViewer(
Get.context!,
getBannerIP(pathUri),
swipeDismissible: true,
doubleTapZoomable: true,
);
}