getConstantStringAppend method
Implementation
String getConstantStringAppend({
required String apiType,
required String apiName,
required String endPoint,
}) =>
'const String ${apiName.toUpperCase()}_API = "$endPoint";';
String getConstantStringAppend({
required String apiType,
required String apiName,
required String endPoint,
}) =>
'const String ${apiName.toUpperCase()}_API = "$endPoint";';