LooperCallback<T> typedef

LooperCallback<T> = void Function(T data, int index, bool isFirst, bool isLast)

Implementation

typedef LooperCallback<T> = void Function(T data, int index, bool isFirst, bool isLast);