update for network issue
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user