enableIgnoreNullKey method

AutoTrack enableIgnoreNullKey()

Implementation

AutoTrack enableIgnoreNullKey() {
  AutoTrackConfigManager.instance.updateConfig((config) {
    return config.copyWith(enableIgnoreNullKey: true);
  });
  return _instance;
}