fileExists abstract method

Future<bool> fileExists(
  1. String targetPath
)

Returns whether a file already exists at targetPath.

Implementation

Future<bool> fileExists(String targetPath);