isIOS property
bool
get
isIOS
Returns true
if the current platform is iOS.
Implementation
static bool get isIOS => Platform.isIOS;
Returns true
if the current platform is iOS.
static bool get isIOS => Platform.isIOS;