ResultSessionPropose constructor

ResultSessionPropose({
  1. required RelayerProtocolOptions relay,
  2. required String responderPublicKey,
})

Implementation

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