transaction method
- String? profile,
Opens a new transactional session on the store.
Implementation
OpenSession transaction({String? profile}) {
return OpenSession(store: handle, profile: profile, isTransaction: true);
}
Opens a new transactional session on the store.
OpenSession transaction({String? profile}) {
return OpenSession(store: handle, profile: profile, isTransaction: true);
}