getCurrentConfig method

CatcherOptions? getCurrentConfig()

Get currently used config.

Implementation

CatcherOptions? getCurrentConfig() {
  return _currentConfig;
}