getPathDocument static method Null safety

Future<String> getPathDocument()

Return path folder

Implementation

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