sayHello method

String sayHello(
  1. String name
)

Implementation

String sayHello(String name) {
  return "Hello, $name!";
}