popResultFail static method
simple pop with fail result
Implementation
static void popResultFail(BuildContext context) {
pop(context, result: {RESULT: FAIL});
}
simple pop with fail result
static void popResultFail(BuildContext context) {
pop(context, result: {RESULT: FAIL});
}