setLastAccessedSync method - File class - dart:io library (original) (raw)

description

void setLastAccessedSync(

  1. DateTime time )

Synchronously modifies the time the file was last accessed.

Throws a FileSystemException if the time cannot be set.

Implementation

void setLastAccessedSync(DateTime time);