acceptConversation method

Future<bool> acceptConversation(
  1. String topic
)

Implementation

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