InteractiveCallback<T> typedef
InteractiveCallback<T> =
void Function(T entity)
Implementation
typedef InteractiveCallback<T> = void Function(T entity);
typedef InteractiveCallback<T> = void Function(T entity);