createAndGetThread abstract method

Future<IThreadChannel> createAndGetThread(
  1. ThreadBuilder builder
)

Creates a thread in a message

Implementation

Future<IThreadChannel> createAndGetThread(ThreadBuilder builder);