clearInstallationData method

void clearInstallationData()

Clear all tags and attributes set on an installation and their local cache returned by attributes and tagCollections. This does not affect data set on profiles using BatchProfile.

Implementation

void clearInstallationData() {
   _channel.invokeMethod('user.clearInstallationData');
}