getNameFolder static method Null safety
Get the folder name is the same as the application
Implementation
static Future<String> getNameFolder() async {
return await OpenDocumentPlatform.instance.getNameFolder();
}
Get the folder name is the same as the application
static Future<String> getNameFolder() async {
return await OpenDocumentPlatform.instance.getNameFolder();
}