onTime method
Override this method to get update when playhead moves. This method
fires every second with position
as seconds.
Implementation
void onTime(int? position) {/* user implementation */}
Override this method to get update when playhead moves. This method
fires every second with position
as seconds.
void onTime(int? position) {/* user implementation */}