onPageStart abstract method

Future<void> onPageStart(
  1. String page
)

页面进入前台

Implementation

Future<void> onPageStart(String page);