setConversationConsentState method
Implementation
@override
Future<bool> setConversationConsentState(String topic, String state) async {
await _ensureInitialized();
return rust_consent.setConversationConsentState(
topic: topic, state: state);
}