isMobile property
bool
get
isMobile
True for mobile.
Implementation
static bool get isMobile =>
defaultTargetPlatform == TargetPlatform.iOS ||
defaultTargetPlatform == TargetPlatform.android;
True for mobile.
static bool get isMobile =>
defaultTargetPlatform == TargetPlatform.iOS ||
defaultTargetPlatform == TargetPlatform.android;