8 lines
207 B
C#
8 lines
207 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record NavigateBack(object? Context = null, string? Scope = null) :
|
|
INotification;
|
|
|
|
public record NavigateBack<TNavigation>(object? Context) :
|
|
INotification;
|