isIOS static method

bool isIOS()

Returns true if the device is an iOS device.

Implementation

static bool isIOS() {
  return Platform.isIOS;
}