FutureCallback typedef

FutureCallback = Future<void> Function()

Implementation

typedef FutureCallback = Future<void> Function();