UnknownRouteCallback typedef

UnknownRouteCallback = RouteSettings Function(String path)

A function that returns a Page when the given path couldn't be found.

Implementation

typedef UnknownRouteCallback = RouteSettings Function(String path);