docs(dart): replace overview link with full Functions guide. (#9636)

Switches from the language-tour anchor to the dedicated Functions page to provide complete documentation instead of a summary.
This commit is contained in:
Anderson André
2026-02-23 06:42:31 -03:00
committed by GitHub
parent d09bfb0ef1
commit 68f8ee08ad

View File

@@ -4,4 +4,4 @@ Dart is a true object-oriented language, so even functions are objects and have
Visit the following resources to learn more:
- [@official@Functions](https://dart.dev/guides/language/language-tour#functions)
- [@official@Functions](https://dart.dev/language/functions)