void set(Map<String, dynamic> value, String uniqueId) { if (box != null) { box!.put(uniqueId, value); } }