isIOS top-level property

bool get isIOS

Always false on web — there is no iOS to detect.

Implementation

bool get isIOS => false;