BoolCallback typedef

BoolCallback = void Function(bool isFront)

Implementation

typedef void BoolCallback(bool isFront);