denyConversation method

Future<bool> denyConversation(
  1. String topic
)

Implementation

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