AsyncVoidCallback<T> typedef

AsyncVoidCallback<T> = Future<void> Function()

Implementation

typedef AsyncVoidCallback<T> = Future<void> Function();