Ejemplo n.º 1
0
 public async Task ClearAsync()
 {
     (await LocalListAsync()).Clear();
     await _dataSource.ClearListAsync <TT>(Name);
 }