copyLyricShareText1 method
Implementation
String copyLyricShareText1({required chantUser}) {
String msg =
'${chantUser.position} - ${Sanitizer.UNCODE_UTF_8(chantUser.titre)}';
msg += '\n${CleanData.ReplaceHtmlBreakToSlashN(chantUser.contenu)}';
msg += '\n${CleanData.ReplaceHtmlBreakToSlashN(chantUser.auteurChant)}';
//msg += '\n\n${Constant.urlAppMobileCCG()}';
return msg;
}