popResultRefresh static method

  1. @Deprecated('It will be removed on Nav 2025 - 3.0. Please use pushForResult Method with Generic instead of comparing string and dynamic')
void popResultRefresh(
  1. BuildContext context
)

simple pop with refresh result

Implementation

@Deprecated(
    'It will be removed on Nav 2025 - 3.0. Please use pushForResult Method with Generic instead of comparing string and dynamic')
static void popResultRefresh(BuildContext context) {
  pop(context, result: {RESULT: REFRESH});
}