Future<String?> getDeviceId() async { await _ensureInitialized(); return _userBox!.get(deviceIdKey); }