fileExists abstract method

Future<bool> fileExists(
  1. String targetPath
)

Implementation

Future<bool> fileExists(String targetPath);