isPad method

Future<bool?> isPad()

Detect whether the device is a tablet or mobile device

Implementation

Future<bool?> isPad() {
  return GetSettingsPlatform.instance.isPad();
}