isIOS top-level property

bool isIOS
final

Checks if the current platform is iOS.

Implementation

final bool isIOS = PlatformResolver.isIOS;