platform property

PlatformUtility platform
getter/setter pair

Implementation

static PlatformUtility platform = Platform.isIOS ? PlatformUtilityIOS() : PlatformUtilityAndroid();