isIOS top-level property

bool get isIOS

Implementation

bool get isIOS => !isWeb && Platform.isIOS;