setIgnoredInstruments static method
Replaces ignoredInstruments (e.g. when CxFlutterPlugin.getCustomTracer runs).
Implementation
static void setIgnoredInstruments(
Set<CoralogixIgnoredInstrument> instruments,
) {
_ignoredInstruments
..clear()
..addAll(instruments);
}