异步返回true,如果path1和path2是同一文件系统对象的路径。
true
path1
path2
当安装此覆盖时,此函数将覆盖FileSystemEntity.identical的行为。
FileSystemEntity.identical
Future<bool> fseIdentical(String path1, String path2) { return FileSystemEntity._identical(path1, path2); }