FutureFunction typedef

FutureFunction = Future<void> Function()

Implementation

typedef FutureFunction = Future<void> Function();