OnLoad typedef
OnLoad =
void Function()
Signature for a callback that takes no arguments and returns void
.
Implementation
typedef OnLoad = void Function();
Signature for a callback that takes no arguments and returns void
.
typedef OnLoad = void Function();