getConversationConsentState method

  1. @override
Future<String> getConversationConsentState(
  1. String topic
)
override

Implementation

@override
Future<String> getConversationConsentState(String topic) async {
  await _ensureInitialized();
  return rust_consent.getConversationConsentState(topic: topic);
}