getProgress method

Future<Map<String, Duration>> getProgress(
  1. TauPlayerCallback callback
)

Implementation

Future<Map<String, Duration>> getProgress(TauPlayerCallback callback, )
{
  throw UnimplementedError('getProgress() has not been implemented.');
}