addIgnoredInstrument static method

void addIgnoredInstrument(
  1. CoralogixIgnoredInstrument instrument
)

Implementation

static void addIgnoredInstrument(CoralogixIgnoredInstrument instrument) =>
    _ignoredInstruments.add(instrument);