shareLinkAppStoreCCG static method

dynamic shareLinkAppStoreCCG({
  1. bool is4Share = true,
})

Implementation

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