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