supportsTransactions property
bool
get
supportsTransactions
override
Indicates whether the adapter supports transactions.
Some adapters (e.g., in-memory mocks) may not support transactions.
Use this to conditionally enable transactional features.
Implementation
@override
bool get supportsTransactions => true;