timestampId static method

String timestampId()

Generates a timestamp-based ID with prefix 'G'.

Example: Gid.timestampId() -> "G1697051234567-9abc-1234"

Implementation

static String timestampId() {
  return _service.generateTimestampId();
}