Runner class

Runner class creates an instance to run your application, with this runner your app will be easy to scale, extend and maintain.

Annotations
  • @sealed

Constructors

Runner({DefineBoot? defineBoot, EventManager? eventManager, Logger? logger, List<Extension> extensions = const [], ContainerOptions? containerOptions})
Runner factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
Run your application. This should be your app starting point
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited