isPhone property

bool isPhone
getter/setter pair

Whether the app is running on a mobile platform (Android, iOS, or Fuchsia).

Implementation

static bool isPhone = isAndroid || isIOS || isFuchsia;