getCustomId method Null safety
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();
}
The custom id in the MBAudienceIdsManager
instance.
@returns a Future that completes with the saved custom id.
Future<String?> getCustomId() async {
return _idsManager.getCustomId();
}