finishedTimes property
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);
How many times the player has finished playing the current media. It will be reset to 0 when the media is closed.
final finishedTimes = ValueNotifier(0);