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