-
Does nothing and always succeeds
Declaration
Swift
@MainActor public func perform(with viewController: UIViewController, on existingController: UIViewController, animated: Bool, completion: @escaping (RoutingResult) -> Void)
-
Action
does nothing, but can be helpful for testing or writing the sequences of steps with theNilFactory
Declaration
Swift
@MainActor static var nilAction: `Self` { get }