static Future<T?> to<T extends Object?>(dynamic route, {Object? arguments}) => StateFlowNavigation.to<T>(route, arguments: arguments);