setLayoutMode static method
Sets the page presentation mode in the viewer
Implementation
static Future<void> setLayoutMode(String layoutMode) {
return _channel.invokeMethod(Functions.setLayoutMode, <String, dynamic>{
Parameters.layoutMode: layoutMode
});
}