onResonse method
Handles the response received from the RPC call.
Implementation
@override
XRPLedgerState onResonse(Map<String, dynamic> result) {
return XRPLedgerState.fromJson(result);
}
Handles the response received from the RPC call.
@override
XRPLedgerState onResonse(Map<String, dynamic> result) {
return XRPLedgerState.fromJson(result);
}