isIos property

bool get isIos

Implementation

bool get isIos => !kIsWeb && (Platform.isIOS || Platform.isMacOS);