stat abstract method

Future<FileStat> stat(
  1. String path
)

Gets file stats asynchronously.

Implementation

Future<FileStat> stat(String path);