@override Future<void> fillAnalyticsData({ String? advertisingId, String? userId, }) async { if (userId != null) { await _meta.setUserID(userId); } }