getGeneralConstants function

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

Implementation

Future<Map<String, dynamic>> getGeneralConstants() {
  return getJsonFile("assets/config_dbdef/frontend/general_constants.json");
}