dispose property

(void Function(T service)?) dispose
final

The dispose method that is called when you dispose the scope

Implementation

final void Function(T service)? dispose;