updated function signature

This commit is contained in:
Aditya Mayukh Som
2024-03-24 18:54:04 +05:30
parent b3e62d6b32
commit b243dec3f1

View File

@ -117,8 +117,9 @@ public class Main {
'''; ''';
String? getCode( String? getCode(
RequestModel requestModel, RequestModel requestModel, {
) { String? boundary,
}) {
try { try {
String result = ""; String result = "";
bool hasBody = false; bool hasBody = false;