GetMonitorPhysicalHeight method
Get specified monitor physical height in millimetres
! Not implemented on WASM
Implementation
int GetMonitorPhysicalHeight(
num monitor,
) => run(
() => _debugLabels.GetMonitorPhysicalHeight(monitor),
() => _flat.GetMonitorPhysicalHeight(
monitor.toInt(),
),
);