getCurrentConfig method

TrackerOptions? getCurrentConfig()

Get currently used config.

Implementation

TrackerOptions? getCurrentConfig() {
  return _currentConfig;
}