getConfig method

Map<String, dynamic> getConfig()

Returns Network Config

Implementation

Map<String, dynamic> getConfig() {
  return _config;
}