getInboxConsentState method

Future<String> getInboxConsentState(
  1. String inboxId
)

Implementation

Future<String> getInboxConsentState(String inboxId) {
  throw UnimplementedError('getInboxConsentState() has not been implemented.');
}