Exemplo n.º 1
0
 public async Task CleanupAsync()
 {
     IStorageService storageService = new LocalStorageService();
     await storageService.DeleteFolderAsync(@"Data");
 }