render method
Builds the controller's view into a widget (called by WtRouter).
Implementation
Widget render(BuildContext context) {
return view(context).build(context);
}
Builds the controller's view into a widget (called by WtRouter).
Widget render(BuildContext context) {
return view(context).build(context);
}