2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-09-29 18:53:19 +00:00

async put

This commit is contained in:
2021-02-20 21:54:46 +03:00
parent cb8e6d5430
commit 53d801bc38
3 changed files with 33 additions and 14 deletions

View File

@@ -30,5 +30,6 @@ enum ExceptionCode
PropertyNotFound,
SetPropertyDenied,
ReadOnlyProperty,
GeneralFailure
GeneralFailure,
AddToStoreFailed
}