clearPushMetaData static method

void clearPushMetaData()

Clears the push metadata for the client

Implementation

static void clearPushMetaData() {
  PreferencesStorage.saveMetadata('');
}