getCustomId method

Future<String?> getCustomId()

The custom id in the MBAudienceIdsManager instance. @returns a Future that completes with the saved custom id.

Implementation

Future<String?> getCustomId() async {
  return _idsManager.getCustomId();
}