Returns the last modified time of the file.
@override Future<DateTime> lastModified(String path) async { final file = _file(path); return file.lastModified(); }