isiOS function

bool isiOS()

Implementation

bool isiOS() {
  return defaultTargetPlatform == TargetPlatform.iOS;
}