clearUserProperties method
Clears all properties that are tracked on the user level.
Note: This operation is irreversible!!
Implementation
Future<void> clearUserProperties() async {
return await _channel.invokeMethod(
'clearUserProperties', jsonEncode(_baseProperties()));
}