onDispose property
dynamic Function(T model)?
onDispose
final
Fires when ViewModelBuilder is removed from the widget tree.
Implementation
final Function(T model)? onDispose;
Fires when ViewModelBuilder is removed from the widget tree.
final Function(T model)? onDispose;