AsyncVoidFunction typedef

AsyncVoidFunction = Future<void> Function()

Implementation

typedef AsyncVoidFunction = Future<void> Function();