Functions in Dart

Understand function declarations, parameters (named & optional), and return types.

Function Basics

Add notice: emphasize pure functions and side effects.

Placeholder: Explain arrow syntax, closures, and higher‑order functions.