added template to initialise the request URL string

This commit is contained in:
Aditya Mayukh Som
2024-03-21 17:52:20 +05:30
parent e114637935
commit ec877d14b8

View File

@ -21,4 +21,8 @@ public class Main {
public static void main(String[] args) {
''';
final String kTemplateUrl = '''
final String requestURL = "{{url}}";\n
''';
}