addPage abstract method

Future<ResultCode> addPage(
  1. bool autoSwitch
)

Add new page to the end.

Parameter autoSwitch Auto switch to the new page.

Returns

添加一个新页面到最后。

Parameter autoSwitch 自动切换到新添加的页面。

Returns

Implementation

Future<ResultCode> addPage(bool autoSwitch);