shareApp static method

dynamic shareApp()

Implementation

static shareApp() {
  Share.share('${Constant.appName}\n${Constant.urlAppMobileCCG()}',
      subject: tr('label_Partager'));
}