ignoredInstruments property

Set<CoralogixIgnoredInstrument> get ignoredInstruments

Ignored instruments for the current CxFlutterPlugin.getCustomTracer configuration (Dart-side only). Read-only view; mutate via addIgnoredInstrument, removeIgnoredInstrument, clearIgnoredInstruments, or setIgnoredInstruments.

Implementation

static Set<CoralogixIgnoredInstrument> get ignoredInstruments =>
    UnmodifiableSetView(_ignoredInstruments);