RatingChangeCallback typedef

RatingChangeCallback = void Function(double rating)

Implementation

typedef void RatingChangeCallback(double rating);