thread static method
Build category channel.
final builder = ChannelBuilder.category()
..setName('category');
Implementation
static ThreadChannelBuilder thread(ChannelType type) => ChannelBuilder(type);
Build category channel.
final builder = ChannelBuilder.category()
..setName('category');
static ThreadChannelBuilder thread(ChannelType type) => ChannelBuilder(type);