VoidCallback typedef
VoidCallback =
void Function()
Signature for argument-free callbacks.
Implementation
typedef VoidCallback = void Function();
Signature for argument-free callbacks.
typedef VoidCallback = void Function();