ApiSuccessNavigation.offAll constructor
Calls Get.offAllNamed(route) after a successful response.
Implementation
const ApiSuccessNavigation.offAll(String route, {Object? args})
: this(
action: NavigationAction.offAll,
routeName: route,
arguments: args,
);