1 implementation of GetAllAsync
Microsoft.Maui.Essentials (1)
Contacts\Contacts.netstandard.tvos.watchos.cs (1)
12
public Task<IEnumerable<Contact>>
GetAllAsync
(CancellationToken cancellationToken) =>
1 reference to GetAllAsync
Microsoft.Maui.Essentials (1)
Contacts\Contacts.shared.cs (1)
45
Default.
GetAllAsync
(cancellationToken);