canSwipe static method
Implementation
static bool canSwipe(GetPageRoute route) =>
route.popGesture ?? Get.defaultPopGesture ?? GetPlatform.isIOS;
static bool canSwipe(GetPageRoute route) =>
route.popGesture ?? Get.defaultPopGesture ?? GetPlatform.isIOS;