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