call<T> method

Future<T> call<T>(
  1. EventQueueCallback<T> event
)

Implementation

Future<T> call<T>(EventQueueCallback<T> event) async =>
    (await _queue(event)) as T;