VoidCallback typedef
VoidCallback =
void Function()
Signature for functions with no arguments and no return value.
Implementation
typedef VoidCallback = void Function();
Signature for functions with no arguments and no return value.
typedef VoidCallback = void Function();