Returns whether a file already exists at targetPath.
targetPath
@override Future<bool> fileExists(String targetPath) => Future.error(_unsupportedError('fileExists'));