four_scene

This commit is contained in:
mohammad
2024-11-18 16:19:01 +03:00
parent ec7b351a82
commit f1bb454429
9 changed files with 276 additions and 208 deletions

View File

@ -127,6 +127,7 @@ class DevicesAPI {
path: ApiEndpoints.deviceByUuid.replaceAll('{deviceUuid}', deviceId),
showServerMessage: false,
expectedResponseModel: (json) {
print('object-=-=-$json');
return json;
});
return response;