clearGutter method

void clearGutter(
  1. String gutterID
)

Remove all gutter markers in the gutter with the given ID.

Implementation

void clearGutter(String gutterID) {
  callArg('clearGutter', gutterID);
}