setPrivacyPolicyUrl static method

void setPrivacyPolicyUrl(
  1. String urlString
)

The URL of your company’s privacy policy, as a string. This is required in order to enable the Terms Flow.

Implementation

static void setPrivacyPolicyUrl(String urlString) {
  channel.invokeMethod('setPrivacyPolicyUrl', {
    'value': urlString,
  });
}