FutureAction typedef

FutureAction = Future<void> Function()

Implementation

typedef FutureAction = Future<void> Function();