readTransaction<T> method
Read-only transaction (experimental, for now only supported in async_sqlite, use a normal transaction otherwise)
Implementation
@override
Future<T> readTransaction<T>(
Future<T> Function(sqlite.Transaction txn) action) =>
throw _dbNotEnabled();