hello method

  1. @Method.new()
void hello(
  1. String message
)

Implementation

@Method()
void hello(String message) {
  print(message);
}