查找路径指向的文件系统对象的类型。
返回一个 Future<FileSystemEntityType>,其结果与 typeSync 相同。
Future<FileSystemEntityType>
static Future<FileSystemEntityType> type(String path, {bool followLinks = true}) { return _getType(_toUtf8Array(path), followLinks); }