ControllerSetup typedef
ControllerSetup =
dynamic Function(WebFController controller)
Function type for setup callbacks that configure a controller after creation.
Used to customize a controller's properties or behavior before it's used.
Implementation
typedef ControllerSetup = Function(WebFController controller);