Returns the path of the current document.
Future<String?> getDocumentPath() { return _channel.invokeMethod(Functions.getDocumentPath); }