getConfigItems static method

Future<Map<String, dynamic>> getConfigItems()

Implementation

static Future<Map<String, dynamic>> getConfigItems() {
  // Here you would fetch the base URL from a config file
  return _readConfigFile();
}