removeBreakpoint static method

void removeBreakpoint(
  1. String name
)

Remove a custom breakpoint

Implementation

static void removeBreakpoint(String name) {
  customBreakpoints.remove(name);
}