Gets the last modified time asynchronously (works on all platforms).
Future<DateTime> lastModifiedAsync() => _file.lastModified();