isIos property

bool isIos

True if the app is running on ios

Implementation

static bool get isIos => type == PlatformType.ios;