getCustomId static method

Future<String?> getCustomId()

Retrieves the current saved custom id. @returns a Future that completes with the current saved custom id.

Implementation

static Future<String?> getCustomId() {
  return MBAudienceManager.shared.getCustomId();
}