post abstract method

Future<Map<String, dynamic>> post(
  1. TronRequestDetails params, [
  2. Duration? timeout
])

Makes an HTTP POST request to the Tron network with the specified params.

The optional timeout parameter sets the maximum duration for the request.

Implementation

Future<Map<String, dynamic>> post(TronRequestDetails params,
    [Duration? timeout]);