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