isPad method

Future<bool?> isPad()

Implementation

Future<bool?> isPad() {
  throw UnimplementedError('isPad() has not been implemented.');
}