Closed gopelkujo closed 3 months ago
Hello, thank you for your contribution. Could you show me where you see getString with a Future return result?
Hey! thanks for your response.
After i did a double check, my package is different with this package. Mine is encrypted_shared_preferences the discontinued one. Since i continuing a project by someone else before, I made a mistake because I identified the package incorrectly.
Sorry for this misunderstood. Migrating to this package asap.
Thanks for your work, hope i can contribute more in this project✨
Wish you the best!
Since the
getString
function type isFuture<String>,
it is fine if we callgetString
withoutawait
? Because i've seen in the example code at pub dev call getString function withoutawait
. (only setter that useawait
)