setStat method
Implementation
Future<void> setStat(io.FileStat stat) async {
client.log('WebDAV: PROPPATCH (File) $path - not supported by Filen API');
// Filen API doesn't provide file timestamp updates after upload
// Silently ignore or throw based on requirements
}