CreatedCallback<T> typedef

CreatedCallback<T> = void Function(T? data)

Implementation

typedef CreatedCallback<T> = void Function(T? data);