dispose property

Function? dispose
final

a dispose callback function to be passed to GetIt the signature must match FutureOr dispose(T)

Implementation

final Function? dispose;