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