CrMediaNotify constructor

CrMediaNotify({
  1. required String userID,
  2. bool? pause,
  3. CR_MEDIA_STOP_REASON? reason,
})

Implementation

CrMediaNotify({required this.userID, this.pause, this.reason});