lastModified abstract method

Future<DateTime> lastModified(
  1. String path
)

Returns the last modified time of the file.

Implementation

Future<DateTime> lastModified(String path);