color change

This commit is contained in:
Rajshinde046
2024-05-10 13:19:19 +05:30
parent 69e9885099
commit 6fd6ea9535
25 changed files with 77 additions and 68 deletions

View File

@@ -72,7 +72,7 @@ class NetworkApiServices {
SharedPreferences prefs = await SharedPreferences.getInstance();
String? token = prefs.getString('accessToken');
try {
response = await dio.post(url,
response = await dio.post(url,
data: data,
options: (token == null || token == "")
? Options(