clearConversationFields method

Future<void> clearConversationFields()

Clear all conversation fields.

Implementation

Future<void> clearConversationFields() {
  throw UnimplementedError(
      'clearConversationFields() has not been implemented.');
}