genCid static method
Implementation
static String genCid(ContentsType contentType) {
String mid = "${contentType.name}=";
mid += const Uuid().v4();
return mid;
}
static String genCid(ContentsType contentType) {
String mid = "${contentType.name}=";
mid += const Uuid().v4();
return mid;
}