---
title: "readAttributeCurrentArea(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterservicearea/readattributecurrentarea(completion:)"
---

# readAttributeCurrentArea(completion:)

## Declaration

```swift
func readAttributeCurrentArea(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeCurrentArea() async throws -> NSNumber
```
