DisposeFunction typedef
DisposeFunction =
void Function()
A function, that when called, will cleanup any resources or subscriptions.
Implementation
typedef DisposeFunction = void Function();
A function, that when called, will cleanup any resources or subscriptions.
typedef DisposeFunction = void Function();