ScreenPredicate typedef

ScreenPredicate = bool Function(Route route)

Implementation

typedef ScreenPredicate = bool Function(Route<dynamic> route);