Hi! I’m trying to use the Transactions API on Flutter and according to the documentation it should be easy only using final uow = UnitOfWork();
. The problem here is that I get a message saying that this method doesn’t exist. Has anyone the some problem?
Hi @Calocho, we are in the process of publishing an update of our SDK for flutter which includes transactions support.
Regards,
Mark
Hi @Calocho
We released the new Flutter SDK version that introduce Transactions API. Please update your backendless_sdk
plugin version to 6.0.0:
dependencies:
backendless_sdk: ^6.0.0
Best Regards,
Maksym