removeAllShareTargets method
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");
}