writeAttributeOnTime(withValue:completion:)

Declaration

func writeAttributeOnTime(withValue value: NSNumber, completion: @escaping  @Sendable ((any Error)?) -> Void)
func writeAttributeOnTime(withValue value: NSNumber) async throws