fix(doc): remove hide symbol

This commit is contained in:
Sergey Penkovsky
2025-08-11 21:54:24 +03:00
parent d93d4173a2
commit 016c212063

View File

@@ -337,7 +337,7 @@ class ProfilePage with _\$ProfilePage {
}
```
- After running build_runner, the mixin `_5ProfilePage` will be generated for field injection.
- After running build_runner, the mixin `_ProfilePage` will be generated for field injection.
- Call `myProfilePage.injectFields();` or use the mixin's auto-inject feature, and all dependencies will be set up for you.
---