WcSessionProposeResponse constructor

WcSessionProposeResponse({
  1. required Relay relay,
  2. required String responderPublicKey,
})

Implementation

WcSessionProposeResponse({
  required this.relay,
  required this.responderPublicKey,
});