checkFolderExists abstract method
Returns bool within RequestResponse after querying the folder in the backend.
Implementation
Future<RequestResponse<bool?>> checkFolderExists(String folderDir);
Returns bool within RequestResponse after querying the folder in the backend.
Future<RequestResponse<bool?>> checkFolderExists(String folderDir);