deviceHasFormFactor abstract method

bool deviceHasFormFactor({
  1. AFFormFactor? atLeast,
  2. AFFormFactor? atMost,
  3. Orientation? withOrientation,
})

Implementation

bool deviceHasFormFactor({
  AFFormFactor? atLeast,
  AFFormFactor? atMost,
  Orientation? withOrientation
});