doNothing function
void
doNothing()
Do you have a void Function as a parameter that you want to be optional? Then do nothing!
Implementation
void doNothing() {}
Do you have a void Function as a parameter that you want to be optional? Then do nothing!
void doNothing() {}