isIOS property

bool isIOS

Implementation

bool get isIOS {
  // Check that it is not web first since the native Android and iOS
  // checks throw errors on browser platforms
  return !isWeb && io.Platform.isIOS;
}