share static method
void
share(
Implementation
static void share(
String title, {
String? text,
String? linkUrl,
String? chooserTitle,
}) {
FlutterShare.share(
title: title,
text: text,
linkUrl: linkUrl,
chooserTitle: chooserTitle,
);
}