anonymize method

  1. @override
Future<void> anonymize([
  1. ExponeaConfigurationChange configurationChange = const ExponeaConfigurationChange()
])

Anonymize current customer and create a new one. Push token is cleared on Exponea backend. Optionally changes default Exponea project and event-project mapping.

Implementation

@override
Future<void> anonymize([
  ExponeaConfigurationChange configurationChange =
      const ExponeaConfigurationChange(),
]) =>
    _platform.anonymize(configurationChange);