routeEntryExists method

  1. @override
bool routeEntryExists(
  1. AFState state
)
inherited

Implementation

@override
bool routeEntryExists(AFState state) {
  return state.public.route.routeEntryExists(this.screenId, includePrior: true);
}