// Save Codable Value
SimpleCodableObject(string: "UDLoader", bool: false, int: 3).save(withKey: "simple")
// Load Codable Value
SimpleCodableObject.load(withKey: "simple")
.whenSuccess { value in
// ...
}
// Save Codable Value
SimpleCodableObject(string: "UDLoader", bool: false, int: 3).save(withKey: "simple")
// Load Codable Value
SimpleCodableObject.load(withKey: "simple")
.whenSuccess { value in
// ...
}