currentGoback function

void currentGoback(
  1. BuildContext context, {
  2. Map? info,
})

返回上一个界面

Implementation

void currentGoback(BuildContext context, {Map? info}) {
  CommentTools.keydissmiss(context);
  Get.back(result: info);
}