UnMountCallback<T> typedef

UnMountCallback<T> = void Function(T id)

Unmounted / uninstall instance callback RenderMetricsObject.

Implementation

typedef UnMountCallback<T> = void Function(T id);