EmitParams constructor

EmitParams({
  1. required String topic,
  2. required WcSessionEventRequest event,
  3. required String chainId,
})

Implementation

EmitParams({
  required this.topic,
  required this.event,
  required this.chainId,
});