SessionRespondParams constructor

SessionRespondParams({
  1. required String topic,
  2. required JsonRpcResponse response,
})

Implementation

SessionRespondParams({
  required this.topic,
  required this.response,
});