renderRouteHead method

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

Called to render the head of the content.

Implementation

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