launchShareIntent static method
dynamic
launchShareIntent(
Implementation
static launchShareIntent(String message) async =>
await SharePlus.instance.share(ShareParams(text: message));
static launchShareIntent(String message) async =>
await SharePlus.instance.share(ShareParams(text: message));