navigationCategory top-level property
NB: navigation — route push and pop are linked via correlationId.
Implementation
final navigationCategory = ISpectTraceCategory(
id: TraceCategoryIds.navigation,
successKey: ISpectLogType.route.key,
errorKey: ISpectLogType.route.key,
);