ClosedCallback<S> typedef
ClosedCallback<S> =
void Function(S data)
Callback function which is called when the OpenContainer is closed.
Implementation
typedef ClosedCallback<S> = void Function(S data);
Callback function which is called when the OpenContainer is closed.
typedef ClosedCallback<S> = void Function(S data);