clearAllKeyValues static method
Clear all user and app-level key-value pairs
Removes all previously set targeting key-value pairs (both user-level and app-level). Useful for resetting targeting state or implementing privacy controls.
Implementation
static Future<void> clearAllKeyValues() async {
await _invokeMethod('clearAllKeyValues');
}