isMobile property
Returns true if the current platform is a mobile platform (iOS or Android).
Implementation
static bool get isMobile => isAndroid || isIOS;
Returns true if the current platform is a mobile platform (iOS or Android).
static bool get isMobile => isAndroid || isIOS;