requestConsentInfoUpdate static method

Future<void> requestConsentInfoUpdate(
  1. String appKey
)

Implementation

static Future<void> requestConsentInfoUpdate(String appKey) async {
  _setConsentInfoUpdateListener();
  return _channel
      .invokeMethod('requestConsentInfoUpdate', {'appKey': appKey});
}