enableAnonymousUserAlert method
Implementation
Future<void> enableAnonymousUserAlert() async {
await AppticsFlutterPlatform.instance.enableAnonymousUserAlert();
}
Future<void> enableAnonymousUserAlert() async {
await AppticsFlutterPlatform.instance.enableAnonymousUserAlert();
}