onResonse method

  1. @override
LedgerInfo onResonse(
  1. Map<String, dynamic> result
)
override

Handles the response received from the RPC call.

Implementation

@override
LedgerInfo onResonse(Map<String, dynamic> result) {
  return LedgerInfo.fromJson(result);
}