custom static method

String custom(
  1. String id
)

Uses id as the ID for the resource.

Implementation

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