shareLinkAppStoreCCG static method
dynamic
shareLinkAppStoreCCG({
Implementation
static shareLinkAppStoreCCG({bool is4Share = true}) async {
Share.share(
'${Constant.appName}\n${Constant.urlAppMobileCCG(is4Share: is4Share)}',
subject: 'label_Partager'.tr);
}