ProgressListener<T> typedef

ProgressListener<T> = void Function(T data)

Implementation

typedef ProgressListener<T> = void Function(T data);