Exemplo n.º 1
0
        public async Task InitializeAsync()
        {
            await DatabaseHelpers.ResetDatabase();

            await EmailHelpers.ResetEmail();

            await StorageHelpers.ResetStorage();

            await SetupConfiguration();
        }