BoolCallback typedef
        BoolCallback =
     bool Function()
    
    
Signature of callbacks that have no arguments and return bool.
Implementation
typedef BoolCallback = bool Function();Signature of callbacks that have no arguments and return bool.
typedef BoolCallback = bool Function();