TronServiceProvider mixin
A mixin defining the service provider contract for interacting with the Tron network.
Properties
Methods
-
get(
TronRequestDetails params, [Duration? timeout]) → Future< Map< String, dynamic> > -
Makes an HTTP GET request to the Tron network with the specified
params
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
TronRequestDetails params, [Duration? timeout]) → Future< Map< String, dynamic> > -
Makes an HTTP POST request to the Tron network with the specified
params
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited