getCurrentProgress abstract method

Future<int> getCurrentProgress()

Get current playing progress.

You should load resource before invoking this function, otherwise the return value is 0

  • Returns current progress

Implementation

Future<int> getCurrentProgress();