notFoundPage method

  1. @override
Widget notFoundPage(
  1. BuildContext context,
  2. Context ctx
)
override

Implementation

@override
Widget notFoundPage(BuildContext context, Context ctx) {
  return notFound(context, ctx);
}