typedef PopPageCallback = bool Function(Route
typedef PopPageCallable = Callable2<bool, Route<dynamic>, dynamic>;