openPrivacySettings method

Future<void> openPrivacySettings()

This method opens the screen where the user can change their analytic privacy settings.

Implementation

Future<void> openPrivacySettings() {
  return AppticsFlutterPlatform.instance.openPrivacySettings();
}