lastModified method

Future<DateTime> lastModified()
inherited

Get the last-modified time for the CrossFile

Implementation

Future<DateTime> lastModified() {
  throw UnimplementedError('openRead() has not been implemented.');
}