SessionRespondParams constructor
SessionRespondParams({
- required String topic,
- required JsonRpcResponse response,
Implementation
SessionRespondParams({
required this.topic,
required this.response,
});