@override void identifyUser(String? uid) { _analyticList.forEach((BaseAnalytics analyticPlatform) { analyticPlatform.identifyUser(uid); }); }