isIOS property

bool get isIOS

Returns true if the current platform is iOS.

Implementation

static bool get isIOS => Platform.isIOS;