要导航到下一条路由,并在返回后立即接收或更新数据。 var data = await Get.to(Payment()); 在另一个页面上,发送前一个路由的数据。 Get.back(result: 'success');