isFileExist method

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

Implementation

Future<bool?> isFileExist(String fileName) {
  return TySmartPosApiPluginPlatform.instance.isFileExist(fileName);
}