iOS property
bool
get
iOS
Whether it's iOS device.
Implementation
static bool get iOS => defaultTargetPlatform == TargetPlatform.iOS;
Whether it's iOS device.
static bool get iOS => defaultTargetPlatform == TargetPlatform.iOS;