shareWithPlatforms abstract method

Future<void> shareWithPlatforms({
  1. String? text,
  2. String? url,
  3. String? image,
  4. List<String>? platforms,
})

Implementation

Future<void> shareWithPlatforms(
    {String? text, String? url, String? image, List<String>? platforms});