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