summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25d4038..ce96c00 100644
--- a/README.md
+++ b/README.md
@@ -222,3 +222,11 @@ If you want to get all subscriptions, you can use the `subscriptions` method. Th
```typescript
app.subscriptions();
```
+
+#### Get current app state
+
+If you want to get the current state of the app, you can use the `state` method. This method returns the current state of the app.
+
+```typescript
+app.state();
+```