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