openPrivacySettings method
This method opens the screen where the user can change their analytic privacy settings.
Implementation
Future<void> openPrivacySettings() {
return AppticsFlutterPlatform.instance.openPrivacySettings();
}
This method opens the screen where the user can change their analytic privacy settings.
Future<void> openPrivacySettings() {
return AppticsFlutterPlatform.instance.openPrivacySettings();
}