seekToPlayer method

Future<int> seekToPlayer(
  1. TauPlayerCallback callback, {
  2. Duration? duration,
})

Implementation

Future<int> seekToPlayer(TauPlayerCallback callback, {Duration? duration})
{
  throw UnimplementedError('invokeMethod() has not been implemented.');
}