FutureVoidCallback typedef

FutureVoidCallback = Future<void> Function()

Implementation

typedef FutureVoidCallback = Future<void> Function();