Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setContainer(Container container)
→ void
-
setContainer sets the container for a controller.
As a consumer of this lib, You probably dont need to call this.
-
toString()
→ String
-
A string representation of this object.
inherited
-
view(String filename, {Map<String, dynamic> varMap = const {}})
→ Response
-
view renders a view from the DI container and returns a response with that
processed view as the body of that response.