metadata method
Queries the file system to get information about a file, directory, etc. Note: using this method means that the program can no longer compile for the web.
Implementation
Future<io.Metadata> metadata() => io.metadata(_string);
Queries the file system to get information about a file, directory, etc. Note: using this method means that the program can no longer compile for the web.
Future<io.Metadata> metadata() => io.metadata(_string);