VoidFunction typedef
VoidFunction =
void Function()
Signature of Dart function that have no arguments and returns no data.
Implementation
typedef VoidFunction = void Function();
Signature of Dart function that have no arguments and returns no data.
typedef VoidFunction = void Function();