OnRatingChange typedef

OnRatingChange = void Function(int rating)

Implementation

typedef void OnRatingChange(int rating);