seek method

  1. @override
Future<void> seek(
  1. Duration to,
  2. int textureId
)
override

Implementation

@override
Future<void> seek(Duration to, int textureId) async {
  return _audioPlayers[textureId]?.seek(to);
}