getInboxConsentState method
Implementation
@override
Future<String> getInboxConsentState(String inboxId) async {
final String result = await methodChannel.invokeMethod('getInboxConsentState', {
'inboxId': inboxId,
});
return result;
}
@override
Future<String> getInboxConsentState(String inboxId) async {
final String result = await methodChannel.invokeMethod('getInboxConsentState', {
'inboxId': inboxId,
});
return result;
}