generateApiCallCode static method
add api call
Implementation
static void generateApiCallCode({
required String apiMethod,
required String apiEndPoint,
required String apiName,
}) =>
AddAPI().generateApiCallCode(
apiMethod: apiMethod,
apiEndPoint: apiEndPoint,
apiName: apiName,
);