isIOS static method

bool isIOS()

Implementation

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