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