clearWhere abstract method

void clearWhere(
  1. bool predicate(
    1. DartBoardPath path
    )
)

Clear all routes in the stack that match the predicate

Implementation

void clearWhere(bool Function(DartBoardPath path) predicate);