getAll method

Map<String, dynamic> getAll()

Implementation

Map<String, dynamic> getAll(){
  return _appConfig;
}