ControllerFactory typedef
ControllerFactory =
WebFController Function()
Function type for factory methods that create new WebFController instances.
Used when adding or updating controllers to create new instances on demand.
Implementation
typedef ControllerFactory = WebFController Function();