deviceHasFormFactor method

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

Implementation

@override
bool deviceHasFormFactor({
  AFFormFactor? atLeast,
  AFFormFactor? atMost,
  Orientation? withOrientation
}) {
  return fundamentals.deviceHasFormFactor(atLeast: atLeast, atMost: atMost, withOrientation: withOrientation);
}