GetMonitorName method

String GetMonitorName(
  1. num monitor
)

Implementation

String GetMonitorName(
  num monitor,
) => run(
  () => 'GetMonitorName($monitor)',
  () => rl.Core.GetMonitorName(monitor.toInt()).toD,
);