timestampId static method
Generates a timestamp-based ID with prefix 'G'.
Example: Gid.timestampId() -> "G1697051234567-9abc-1234"
Implementation
static String timestampId() {
return _service.generateTimestampId();
}
Generates a timestamp-based ID with prefix 'G'.
Example: Gid.timestampId() -> "G1697051234567-9abc-1234"
static String timestampId() {
return _service.generateTimestampId();
}