Example #1
0
 private async void CleanLocalData()
 {
     await _client.CleanAsync()
     .ContinueWith((b) => { SyncData(); });
 }