checkFolderExists abstract method

Future<RequestResponse<bool?>> checkFolderExists(
  1. String folderDir
)

Returns bool within RequestResponse after querying the folder in the backend.

Implementation

Future<RequestResponse<bool?>> checkFolderExists(String folderDir);