showGDPRConsentDialog method

Future<String> showGDPRConsentDialog()

Implementation

Future<String> showGDPRConsentDialog() async {
  return await AnythinkSdk.channel.invokeMethod("showGDPRConsentDialog", {});
}