isIOS property

bool get isIOS

Indicates whether the runtime is iOS (IO implementation only).

Stub version → always returns false.

Implementation

static bool get isIOS => false;