HandlerFunction<E> typedef

HandlerFunction<E> = Future Function(E element)

Implementation

typedef Future<dynamic> HandlerFunction<E>(E element);