VoidBoolFunction typedef

VoidBoolFunction = void Function(bool? bool)

Implementation

typedef VoidBoolFunction = void Function(bool? bool);