AsyncVoidCallback typedef
AsyncVoidCallback =
Future<void> Function()
A function that performs asynchronous work.
Implementation
typedef AsyncVoidCallback = Future<void> Function();
A function that performs asynchronous work.
typedef AsyncVoidCallback = Future<void> Function();