shareLinkAppStoreLSB static method

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

Implementation

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