cofigured with mail

This commit is contained in:
Nishant Kumar
2024-03-14 00:11:15 +05:30
parent bacc221452
commit 1c43e8d863

View File

@ -493,7 +493,7 @@ void main() async {
try {
final data = dio.FormData();
final List<Map<String, String>> formDataList = [
{"name": "text", "value": "xyz", "type": "text"},
{"name": "token", "value": "xyz", "type": "text"},
{"name": "sep", "value": "|", "type": "text"},
{"name": "times", "value": "3", "type": "text"}
];