menu
neomage package
documentation
utils/fs/fs_operations.dart
FsOperations
stat abstract method
stat abstract method
dark_mode
light_mode
stat
abstract method
Future
<
FileStat
>
stat
(
String
path
)
Gets file stats asynchronously.
Implementation
Future<FileStat> stat(String path);
neomage package
documentation
utils/fs/fs_operations
FsOperations
stat abstract method
FsOperations class