isIosDevice method

bool isIosDevice()

Implementation

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