コード例 #1
0
        private async Task PlexLogin()
        {
            await plexApi.Authenticate("PlexWrapped", "test");

            HostScreen.Router.Navigate.Execute(
                new UserProfileViewModel(HostScreen, plexApi, Locator.Current.GetService <IWrappedService>())
                );
        }