finishedTimes property

ValueNotifier<int> finishedTimes
final

How many times the player has finished playing the current media. It will be reset to 0 when the media is closed.

Implementation

final finishedTimes = ValueNotifier(0);