FutureFunc typedef

FutureFunc = Future<void> Function()

Implementation

typedef FutureFunc = Future<void> Function();