1 implementation of IsSupportedAsync
Microsoft.Maui.Essentials (1)
Flashlight\Flashlight.netstandard.tvos.watchos.macos.cs (1)
12
public Task<bool>
IsSupportedAsync
() => Task.FromResult(false);
1 reference to IsSupportedAsync
Microsoft.Maui.Essentials (1)
Flashlight\Flashlight.shared.cs (1)
39
public static Task<bool> IsSupportedAsync() => Default.
IsSupportedAsync
();