Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
APBell committed Jul 10, 2024
1 parent f727664 commit a81cfda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public interface INavigationService
/// </summary>
Task ShowModalViewAsync<TViewModel>(string navigationStackName = "") where TViewModel : IViewModel;
Task ShowAndInitializeModalViewAsync<TViewModel, T>(T parameter, string navigationStackName = "") where TViewModel : IViewModel, IAsyncInitializable<T>;
Task GoBackModalAsync()
Task GoBackModalAsync();
}
}

0 comments on commit a81cfda

Please sign in to comment.