getInboxConsentState method

  1. @override
Future<String> getInboxConsentState(
  1. String inboxId
)
override

Implementation

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