stat method

Future<RepoStat> stat(
  1. String path
)

Implementation

Future<RepoStat> stat(String path) => adapter.stat(path);