use ;
use Value as JsonValue;
use crateNavRoute;
/// A navigation command emitted by Rust and consumed by the Dart navigation runtime.
///
/// The Dart side listens for a stream of commands and executes them using the configured
/// handler (Navigator 1.0 / GoRouter / custom).