1 implementation of Manufacturer
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.netstandard.cs (1)
10
public string
Manufacturer
=> throw ExceptionUtils.NotSupportedOrImplementedException;
1 reference to Manufacturer
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.shared.cs (1)
81
public static string Manufacturer => Current.
Manufacturer
;