6 lines
119 B
C#
6 lines
119 B
C#
namespace MauiApp.Core.System.Device.Contracts;
|
|
|
|
public interface IDeviceService
|
|
{
|
|
Task<string> GetDeviceId();
|
|
} |