clearWhere abstract method
Clear all routes in the stack that match the predicate
Implementation
void clearWhere(bool Function(DartBoardPath path) predicate);
Clear all routes in the stack that match the predicate
void clearWhere(bool Function(DartBoardPath path) predicate);