Callback typedef

Callback = FutureOr<void> Function()

Implementation

typedef Callback = FutureOr<void> Function();