void identify(String userId, {Traits? newTraits}) { _destinations.forEach((element) { element.identify(userId, newTraits); }); }