ignoreElementKeys method

AutoTrack ignoreElementKeys(
  1. List<Key>? ignoreElementKeys
)

Implementation

AutoTrack ignoreElementKeys(List<Key>? ignoreElementKeys) {
  if (ignoreElementKeys != null) {
    AutoTrackConfigManager.instance.updateIgnoreElementKeys(ignoreElementKeys);
  }
  return _instance;
}