openDocument method Null safety

dynamic openDocument(
  1. String path
)

Implementation

openDocument(String path) async {

    return OpenDocument.openDocument(filePath: path);

}