Future<bool> seek(int offsetMicroseconds, [String? player]) => _playbackController.seek(offsetMicroseconds, player);