disposeScopeTimeout property

Duration? disposeScopeTimeout
final

How long to wait for the asynchronous teardown; null takes the default.

Defaults to ScopeConfig.defaultDisposeScopeTimeout; ScopeTimeout.none removes the limit for this scope alone.

Implementation

final Duration? disposeScopeTimeout;