Check if the path already exists in document folder filePath
filePath
Future<bool> checkDocument({required String filePath}) async { throw UnimplementedError('checkDocument has not been implemented.'); }