openDocument method

dynamic openDocument(
  1. String path
)

Implementation

openDocument(String path) async {
  return OpenDocument.openDocument(filePath: path);
}