onPressedStandardBackButton method

  1. @override
void onPressedStandardBackButton({
  1. bool worksInSingleScreenTest = true,
})
override

Implementation

@override
void onPressedStandardBackButton({
  bool worksInSingleScreenTest = true
}) {
  context.dispatch(AFNavigatePopAction(worksInSingleScreenTest: worksInSingleScreenTest));
}