6 references to Default
Microsoft.Maui.Essentials (6)
Barometer\Barometer.shared.cs (6)
49
add =>
Default
.ReadingChanged += value;
50
remove =>
Default
.ReadingChanged -= value;
56
public static bool IsSupported =>
Default
.IsSupported;
62
=>
Default
.IsMonitoring;
73
=>
Default
.Start(sensorSpeed);
79
=>
Default
.Stop();