BooleanFunctionIndicatorCallback typedef
BooleanFunctionIndicatorCallback =
bool? Function()
Signature for the common boolean Function implementations.
Implementation
typedef BooleanFunctionIndicatorCallback = bool? Function();