update for network issue

This commit is contained in:
2024-02-19 09:54:06 +05:30
parent cfa9e055f5
commit c3cb6d758c
2 changed files with 14 additions and 4 deletions

View File

@ -644,7 +644,7 @@ class DestinationController extends GetxController {
// Save the image to the gallery
final result = await ImageGallerySaver.saveImage(imageBytes);
print(result);
print("--- save result --- ${result}");
}
Future<void> makeBuyPoint(Destination destination, String imageurl) async {