devicePpiChannel property
StatefulChannel<DevicePpi>
get
devicePpiChannel
Получение разрешающей способности экрана (плотность пикселей на дюйм).
Implementation
StatefulChannel<DevicePpi> get devicePpiChannel {
_CStatefulChannel_CDevicePpi res = _CBaseCamera_devicePpiChannel(_CBaseCameraMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}