1 implementation of GetAllAsync
Microsoft.Maui.Essentials (1)
Contacts\Contacts.uwp.cs (1)
23 public async Task<IEnumerable<Contact>> GetAllAsync(CancellationToken cancellationToken)
1 reference to GetAllAsync
Microsoft.Maui.Essentials (1)
Contacts\Contacts.shared.cs (1)
45 Default.GetAllAsync(cancellationToken);