Returns true if the current platform is iOS.
true
static bool isIOS() { return getPlatform() == 'ios'; }