createConversation abstract method
Creates a native conversation handle.
Implementation
Future<ConversationHandle> createConversation(
EngineHandle engine,
ConversationConfig config,
);
Creates a native conversation handle.
Future<ConversationHandle> createConversation(
EngineHandle engine,
ConversationConfig config,
);