link method
Returns a reference to a Link at path.
path can be either a `String`, a `Uri`, or a `FileSystemEntity`.
Implementation
@override
Link link(dynamic path) =>
throw UnimplementedError('Links are not supported');
Returns a reference to a Link at path.
path can be either a `String`, a `Uri`, or a `FileSystemEntity`.
@override
Link link(dynamic path) =>
throw UnimplementedError('Links are not supported');