getText static method

String getText(
  1. String text
)

Implementation

static String getText(String text) {
  return "Holle World!";
}