readTransaction<T> abstract method
Read-only transaction (experimental, for now only supported in async_sqlite, use a normal transaction otherwise)
Implementation
Future<T> readTransaction<T>(Future<T> Function(Transaction txn) action);