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