FutureFunction typedef

FutureFunction = (Future? Function()?)

Implementation

typedef FutureFunction = Future Function();