isLinkSync method
Synchronously checks if type(path) returns
io.FileSystemEntityType.LINK.
Implementation
@override
bool isLinkSync(String path) =>
throw UnimplementedError('Sync operations not supported');
Synchronously checks if type(path) returns
io.FileSystemEntityType.LINK.
@override
bool isLinkSync(String path) =>
throw UnimplementedError('Sync operations not supported');