queryQuickView property

Future<bool> queryQuickView

Gets the quick view state of the device.

Implementation

Future<bool> get queryQuickView {
  return _platform.queryQuickView;
}