โš™๏ธ Dart Functions

Functions in Dart are reusable blocks of code that can take inputs and return a value. Use them to make your programs modular and readable.

๐Ÿ“ Example: Simple Function

Console output will appear here...
๐Ÿ’ก Tip: Dart supports optional parameters, named parameters, and default values in functions for flexibility.

๐Ÿ“– Function Syntax