Shared MAUI platform code for Iron Services: - Platform-specific implementations for Android, iOS, macOS, Windows - Secure storage integration - Device identification
8 lines
136 B
C#
Executable File
8 lines
136 B
C#
Executable File
namespace IronServices.Maui
|
|
{
|
|
// All the code in this file is only included on Android.
|
|
public class PlatformClass1
|
|
{
|
|
}
|
|
}
|