ratingStyle property

  1. @override
BehaviorSubject<RatingStyle> ratingStyle
final

A controller for broadcasting the current rating style to the app's UI, media notification and other clients. Example usage:

ratingStyle.add(style);

Implementation

@override
final BehaviorSubject<RatingStyle> ratingStyle = BehaviorSubject();