shareString static method

dynamic shareString(
  1. String content
)

Implementation

static shareString(String content){
  Share.share(content);
}