static Future<String?> getAmplitudeUserId() async { if (_amplitudeKey.isEmpty) return null; return await _amplitude.getUserId(); }