1 implementation of GetHingeAngleAsync
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
28 public Task<int> GetHingeAngleAsync() => Task.FromResult(0);
1 reference to GetHingeAngleAsync
Microsoft.Maui.Controls.Foldable (1)
DualScreenInfo.cs (1)
233 public Task<int> GetHingeAngleAsync() => FoldableService?.GetHingeAngleAsync() ?? Task.FromResult(0);