setInboxConsentState method

Future<bool> setInboxConsentState(
  1. String inboxId,
  2. String state
)

Implementation

Future<bool> setInboxConsentState(String inboxId, String state) {
  throw UnimplementedError('setInboxConsentState() has not been implemented.');
}