create visitor password

This commit is contained in:
mohammad
2024-08-18 17:08:36 +03:00
parent e610f7335d
commit 869a10f92c
21 changed files with 932 additions and 368 deletions

View File

@ -46,8 +46,10 @@ class AuthenticationAPI {
},
showServerMessage: true,
expectedResponseModel: (json) {
print('object==$json');
return 30;
}
);
return 30;
} on DioException catch (e) {