getMonitorName function

String getMonitorName(
  1. int monitor
)

Get the human-readable, UTF-8 encoded name of the primary monitor.

Implementation

String getMonitorName(int monitor) {
  return string.toDart(library.GetMonitorName(monitor));
}