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