RangeCallBack typedef

RangeCallBack = dynamic Function(bool isOutOfRange)

Implementation

typedef RangeCallBack = Function(bool isOutOfRange);