syncConversation method

Future<void> syncConversation(
  1. String topic
)

Implementation

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