removeShareTargets abstract method

Future<bool?> removeShareTargets(
  1. List<String> ids
)

This removes the share target with given identifier. If any of the share targets couldn't be removed the returned future resolves to false.

Implementation

Future<bool?> removeShareTargets(List<String> ids);