flutter 使用Get.toName跳转到新页面,在新页面执行操作,比如说删除某个对象,需要返回页面 刷新列表页面
1.Get.toNamed(routes)!.then((value) => refresh);
其中的refresh 是执行刷新后的方法
2.Get.back(result: 'back to refresh');
flutter 使用Get.toName跳转到新页面,在新页面执行操作,比如说删除某个对象,需要返回页面 刷新列表页面
1.Get.toNamed(routes)!.then((value) => refresh);
其中的refresh 是执行刷新后的方法
2.Get.back(result: 'back to refresh');