isIOS function

bool isIOS()

Implementation

bool isIOS() => !kIsWeb && Platform.isIOS;