gotoPreviousPage static method
Goes to the previous page of the document.
If on the first page, it will stay on the first page. Returns true if the action was successful; no change due to being on the first page counts as being successful.
Implementation
static Future<bool?> gotoPreviousPage() {
return _channel.invokeMethod(Functions.gotoPreviousPage);
}