getDsId method

String getDsId(
  1. String prefix
)

Implementation

String getDsId(String prefix) {
  return '$prefix$qHash64';
}