WorkerCallback<T> typedef

WorkerCallback<T> = dynamic Function(T callback)

Implementation

typedef WorkerCallback<T> = Function(T callback);