isIOS static method

bool isIOS()

Returns true if the current platform is iOS.

Implementation

static bool isIOS() {
  return getPlatform() == 'ios';
}