Checks if type(path) returns FileSystemEntityType.FILE.
static Future<bool> isFile(String path) => fileSystemDefault.isFile(path);