getDocumentPath method

Future<String?> getDocumentPath()

Returns the path of the current document.

Implementation

Future<String?> getDocumentPath() {
  return _channel.invokeMethod(Functions.getDocumentPath);
}