clearSuperProperties method Null safety
Erase all currently registered superProperties.
Future tracking calls to Mixpanel will not contain the specific superProperties registered before the clearSuperProperties method was called.
To remove a single superProperty, use unregisterSuperProperty()
Implementation
void clearSuperProperties() {
_channel.invokeMethod<void>('clearSuperProperties');
}