lastModified method

Future<DateTime> lastModified()
inherited

Get the last-modified time for the CrossFile

Implementation

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