popResultCancel static method
simple pop with cancel result
Implementation
static void popResultCancel(BuildContext context) {
pop(context, result: {RESULT: CANCEL});
}
simple pop with cancel result
static void popResultCancel(BuildContext context) {
pop(context, result: {RESULT: CANCEL});
}