showString static method

String showString(
  1. String msg
)

Implementation

static String showString(String msg) {
  return msg;
}