getNameFolder static method Null safety

Future<String> getNameFolder()

Get the folder name is the same as the application

Implementation

static Future<String> getNameFolder() async {
  return await OpenDocumentPlatform.instance.getNameFolder();
}