timeUpdated method

Future<void> timeUpdated(
  1. double seconds
)

Called when the playback position of the underlying HTML5 player changes.

Implementation

Future<void> timeUpdated(double seconds) async {}