toggleComposingAttributions method
Toggles the presence of each of the given attributions within
the composingAttributions.
Implementation
@override
void toggleComposingAttributions(Set<Attribution> attributions) {
_realController.toggleComposingAttributions(attributions);
}