EventQueueCallback<T> typedef

EventQueueCallback<T> = Future<T> Function()

Implementation

typedef EventQueueCallback<T> = Future<T> Function();