isIOS method

bool isIOS()

Implementation

bool isIOS() {
  return !kIsWeb && Platform.isIOS;
}