WorkerCallback<T> typedef

WorkerCallback<T> = void Function(T value)

Implementation

typedef WorkerCallback<T> = void Function(T value);