isPhone static method

bool isPhone()

Implementation

static bool isPhone() {
  return Get.context!.isPhone;
}