request abstract method
Sends a request to the engine.
query
is the query to be sent to the engine.headers
are the headers to be sent with the request.transaction
is the transaction to be used for the request.
Implementation
Future<Map> request(
JsonQuery query, {
TransactionHeaders? headers,
Transaction? transaction,
});