Handles the response received from the RPC call.
T onResonse(Map<String, dynamic> result) { return result as T; }