isIOS static method

bool isIOS()

function to check if the current platform is PlatformType.iOS or not

Implementation

static bool isIOS() {
  return getPlatform() == PlatformType.iOS;
}