fileExists abstract method

Future<bool> fileExists(
  1. String filePath
)

Implementation

Future<bool> fileExists(String filePath);