sentRatingStats method

Future<void> sentRatingStats(
  1. int criteriaId,
  2. PopupAction popupAction
)

Implementation

Future<void> sentRatingStats(int criteriaId, PopupAction popupAction) async {
  throw UnimplementedError('`sentRatingStats` is not implemented');
}