toggleComposingAttributions method

  1. @override
void toggleComposingAttributions(
  1. Set<Attribution> attributions
)
override

Toggles the presence of each of the given attributions within the composingAttributions.

Implementation

@override
void toggleComposingAttributions(Set<Attribution> attributions) {
  _realController.toggleComposingAttributions(attributions);
}