autoDispose property

bool autoDispose
final

Whether the module should be disposed when the widget is disposed.

If true, the module will be disposed when the widget is disposed. If false, the module will not be disposed when the widget is disposed.

Implementation

final bool autoDispose;