getConsentDialogState static method

Future<int?> getConsentDialogState()

PRIVACY APIs

Implementation

static Future<int?> getConsentDialogState() {
  return channel.invokeMethod('getConsentDialogState');
}