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