Checks if type(path) returns FileSystemEntityType.FILE.
@override Future<bool> isFile(String? path) => _isType(path, FileSystemEntityType.file);