# Insets (Safe Area)

```javascript
window.natively.getInsets((resp) => {
        console.log("Resp:", JSON.stringify(resp, null, 2)); 
      });
```
