renderRouteFoot method

dynamic renderRouteFoot(
  1. String? route,
  2. Map<String, String>? parameters
)

Called to render the footer of the content.

Implementation

dynamic renderRouteFoot(String? route, Map<String, String>? parameters) {
  return null;
}