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