Always returns all-false on web — modem control lines are not accessible via the Web Serial API.
Map<String, bool> getModemStatus() => {'CTS': false, 'DSR': false, 'RI': false, 'DCD': false};