isPhone property
getter/setter pair
Whether the app is running on a mobile platform (Android, iOS, or Fuchsia).
Implementation
static bool isPhone = isAndroid || isIOS || isFuchsia;
Whether the app is running on a mobile platform (Android, iOS, or Fuchsia).
static bool isPhone = isAndroid || isIOS || isFuchsia;