@override Future<void> seek(Duration position, {int? trackIndex}) async { await audioHandler.seek(position); }