toAll method

Future<bool> toAll(
  1. String content
)

open system UI to share text content

Implementation

Future<bool> toAll(String content) {
  return CustomSocialSharePlatform.instance.toAll(content);
}