getConsentDialogState static method

  1. @Deprecated('Check consentFlowUserGeography in the return object of initialize() instead.')
Future<int?> getConsentDialogState()

Returns an integer that encodes the state of the consent dialog.

To learn more about how this information is encoded in the integer, see ConsentDialogState.

Consent Flags in GDPR and Other Regions

Implementation

@Deprecated('Check consentFlowUserGeography in the return object of initialize() instead.')
static Future<int?> getConsentDialogState() {
  return channel.invokeMethod('getConsentDialogState');
}