setConversationFields method
Set conversation fields.
Fields are key-value pairs used to attach structured metadata to conversations.
Implementation
Future<void> setConversationFields(Map<String, String> fields) {
throw UnimplementedError(
'setConversationFields() has not been implemented.');
}