Configurator class

Support to settings runner

Available Extensions
Annotations
  • @sealed

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

addBoot(Bootable bootable, {int priority = 0}) → void
Add boot to runner
addContainerObserver(ProviderObserver observer) → void
Add observer to runner container
addContainerOverride(Override override) → void
Add override to runner container
getExtension<T extends Extension>() → T
Get an extension T of runner An exception will be throw in case T not exist.
hasExtension<T extends Extension>() bool
Checking runner has extension T or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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