removeCustomId static method

Future<void> removeCustomId()

Removes the custom id saved and sync audience data to the server.

Implementation

static Future<void> removeCustomId() {
  return MBAudienceManager.shared.removeCustomId();
}