getGenericId method

String getGenericId()

Implementation

String getGenericId() {
  return sha1
      .convert(utf8.encode('${service.device!.uuid}::${service.id}::$name'))
      .toString();
}