PaymentChannelsSuccess constructor
PaymentChannelsSuccess({
- required List<
PaymentChannel> channels,
Implementation
PaymentChannelsSuccess({
required this.channels,
});