insertPage abstract method

Future<ResultCode> insertPage(
  1. int pageNo,
  2. bool autoSwitch
)

Add new page after the page number.

Parameter pageNo The page number.

Parameter autoSwitch Auto switch to the new page.

Returns

添加一个新页面到指定页码之后。

Parameter pageNo 指定页码。

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

Returns

Implementation

Future<ResultCode> insertPage(int pageNo, bool autoSwitch);