VoidAsyncFunction typedef

VoidAsyncFunction = Future<void> Function()

Implementation

typedef VoidAsyncFunction = Future<void> Function();