getConversationConsentState method

Future<String> getConversationConsentState(
  1. String topic
)

Implementation

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