removeIgnoredInstrument static method

void removeIgnoredInstrument(
  1. CoralogixIgnoredInstrument instrument
)

Implementation

static void removeIgnoredInstrument(CoralogixIgnoredInstrument instrument) =>
    _ignoredInstruments.remove(instrument);