logCustomNavigation static method
void
logCustomNavigation({
记录自定义导航事件
Implementation
static void logCustomNavigation({required String toPageName, String? fromPageName, required String navigationType, Map<String, dynamic>? params, Duration? stayDuration}) {
instance._interceptor?.logCustomNavigation(toPageName: toPageName, fromPageName: fromPageName, navigationType: navigationType, params: params, stayDuration: stayDuration);
}