SingleBoolFunc typedef
SingleBoolFunc =
void Function(bool)
Single bool function is clear enough.
Implementation
typedef SingleBoolFunc = void Function(bool);
Single bool function is clear enough.
typedef SingleBoolFunc = void Function(bool);