menu
apollovm package
documentation
apollovm_repository_io.dart
RepositoryService
stat method
stat method
dark_mode
light_mode
stat
method
Future
<
RepoStat
>
stat
(
String
path
)
Implementation
Future<RepoStat> stat(String path) => adapter.stat(path);
apollovm package
documentation
apollovm_repository_io
RepositoryService
stat method
RepositoryService class