clearBreakpoints method

void clearBreakpoints()

Implementation

void clearBreakpoints() {
  breakpoints.value = <InfospectNetworkBreakpoint>[];
}