getPathDocument static method Null safety
Return path folder
Implementation
static Future<String> getPathDocument() async {
return await OpenDocumentPlatform.instance.getPathDocument();
}
Return path folder
static Future<String> getPathDocument() async {
return await OpenDocumentPlatform.instance.getPathDocument();
}