onResonse method

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

Handles the response received from the RPC call.

Implementation

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