thread static method

Build category channel.

final builder = ChannelBuilder.category()
  ..setName('category');

Implementation

static ThreadChannelBuilder thread(ChannelType type) => ChannelBuilder(type);