onResonse method

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

Handles the response received from the RPC call.

Implementation

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