isEnabled property
Set whether the track is enabled.
Remarks:
- Only one track of the same type (e.g. video) can be enabled at the same time.
- Enabling a track will disable all other tracks of the same type.
- Disabling a track will not enable a different track of the same type.
Implementation
@override
@mustCallSuper
set isEnabled(bool enabled) {
_isEnabled = enabled;
}