custom static method

String custom(
  1. String id
)

Implementation

static String custom(String id) {
  return id;
}