menu
neomage package
documentation
core/platform/neomage_io_stub.dart
FileStat
stat static method
stat static method
dark_mode
light_mode
stat
static method
Future
<
FileStat
>
stat
(
String
path
)
Implementation
static Future<FileStat> stat(String path) async => statSync(path);
neomage package
documentation
core/platform/neomage_io_stub
FileStat
stat static method
FileStat class