Exemplo n.º 1
0
        private async Task StartupAsync()
        {
            await ThemeSelectorService.SetRequestedThemeAsync();

            await Task.CompletedTask;
        }
Exemplo n.º 2
0
        private async Task InitializeAsync()
        {
            await Singleton <BackgroundTaskService> .Instance.RegisterBackgroundTasksAsync();

            await ThemeSelectorService.InitializeAsync();
        }