removeAllShareTargets method

  1. @override
Future<bool?> removeAllShareTargets()
inherited

This removes all specific share targets. If anythign goes wrong, the returned future resolves to false.

Implementation

@override
Future<bool?> removeAllShareTargets() {
  return _methodChannel.invokeMethod("removeAllShareTargets");
}