AsyncFunction typedef

AsyncFunction = Future<void> Function()

Implementation

typedef AsyncFunction = Future<void> Function();