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