checkDocument static method
- {required String filePath}
- Check if the path already exists in document folder
filePath
Implementation
static checkDocument({required String filePath}) {
return OpenDocumentPlatform.instance.checkDocument(filePath: filePath);
}