ScopeConfig class abstract final debug

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultDisposeScopeTimeout Duration?
Timeout for waiting for the asynchronous teardown of one scope.
getter/setter pair
defaultInitCancellationTimeout Duration?
Timeout for waiting for an initialization to be cancelled.
getter/setter pair
defaultScopeKeyTimeout Duration?
Timeout for waiting for a scopeKey to be released.
getter/setter pair
defaultWaitForChildrenTimeout Duration?
Timeout for waiting for scopes to be disposed of.
getter/setter pair
observer ScopeObserver?
Where the package reports its lifecycle.
getter/setter pair
pauseAfterInitializationEnabled bool
Whether a pauseAfterInitialization is honoured at all.
getter/setter pair
timeoutReportsEnabled bool
Whether an expired wait is reported through FlutterError.reportError.
getter/setter pair

Static Methods

reset() → void
Puts every switch above back to its default.