popResultRefresh static method
simple pop with refresh result
Implementation
static void popResultRefresh(BuildContext context) {
pop(context, result: {RESULT: REFRESH});
}
simple pop with refresh result
static void popResultRefresh(BuildContext context) {
pop(context, result: {RESULT: REFRESH});
}