ChannelNotFoundException constructor
ChannelNotFoundException({
- required String name,
Implementation
ChannelNotFoundException({
required this.name,
});
ChannelNotFoundException({
required this.name,
});