onDisposeScopeTimeout property

void Function()? onDisposeScopeTimeout
final

Called when the wait for the asynchronous teardown expires.

The expiry is reported through FlutterError.reportError either way, and the release goes on without waiting for the teardown to finish.

Implementation

final void Function()? onDisposeScopeTimeout;