onResonse method

T onResonse(
  1. Map<String, dynamic> result
)

Handles the response received from the RPC call.

Implementation

T onResonse(Map<String, dynamic> result) {
  return result as T;
}