FutureOrVoidCallback typedef

FutureOrVoidCallback = FutureOr<void> Function()

Implementation

typedef FutureOr<void> FutureOrVoidCallback();