A function representing the main controller function to load for this route. This is typically used to render the index of the controller.
late Future<String> Function()? index;