popResultRefresh static method

void popResultRefresh(
  1. BuildContext context
)

simple pop with refresh result

Implementation

static void popResultRefresh(BuildContext context) {
  pop(context, result: {RESULT: REFRESH});
}