isMuting property
final
Indicator whether there's an ongoing toggleMute happening.
Used to discard repeated toggling.
Implementation
final RxBool isMuting = RxBool(false);
Indicator whether there's an ongoing toggleMute happening.
Used to discard repeated toggling.
final RxBool isMuting = RxBool(false);