isFileExist abstract method

Future<bool?> isFileExist(
  1. String fileName
)

Implementation

Future<bool?> isFileExist(String fileName);