onPageStart method

Future<void> onPageStart(
  1. ApmPage? lastPage,
  2. ApmPage? curPage
)

Implementation

Future<void> onPageStart(ApmPage? lastPage, ApmPage? curPage) async {
  throw UnimplementedError('onPageStart() has not been implemented.');
}