AsyncVoidCallback typedef
AsyncVoidCallback =
Future<void> Function()
Signature of callbacks that have no arguments and return no data.
Implementation
typedef AsyncVoidCallback = Future<void> Function();
Signature of callbacks that have no arguments and return no data.
typedef AsyncVoidCallback = Future<void> Function();