getInitialSharing method

Future<List<SharedFile>> getInitialSharing()

Returns a Future, which completes to one of the following: NOTE. The returned media on iOS (iOS ONLY) is already copied to a temp folder. So, you need to delete the file after you finish using it

Implementation

Future<List<SharedFile>> getInitialSharing() {
  return FlutterSharingIntentPlatform.instance.getInitialSharing();
}