graphicsPresetHintChannel property

StatefulChannel<GraphicsPreset?> get graphicsPresetHintChannel

Получение рекомендуемого режима графики для данного устройства.

Implementation

StatefulChannel<GraphicsPreset?> get graphicsPresetHintChannel {
  _CStatefulChannel_COptional_CGraphicsPreset res = _CMap_graphicsPresetHintChannel(_CMapMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}