shareApp static method

dynamic shareApp(
  1. dynamic shareDescription
)

Implementation

static shareApp(shareDescription) {
  Share.share(shareDescription);
}