symlinkMetadata method

Future<Result<Metadata, IoError>> symlinkMetadata()

Returns the metadata for the symlink. Note: using this method means that the program can no longer compile for the web.

Implementation

Future<Result<platform.Metadata, IoError>> symlinkMetadata() =>
    platform.symlinkMetadata(path);