Checks if a file exists in app-private storage.
Future<bool> fileExists(String fileName) { _validateFileName(fileName); return NexoraSdkPlatform.instance.fileExists(fileName); }