FrameFilter typedef

FrameFilter = bool Function(String frame)

Filter function to decide if a frame should be ignored.

Implementation

typedef FrameFilter = bool Function(String frame);