get abstract method

Future get(
  1. BlockforestRequestDetails params, [
  2. Duration? timeout
])

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

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

Implementation

Future<dynamic> get(BlockforestRequestDetails params, [Duration? timeout]);