Sends a KML to a specific screen on the Liquid Galaxy system.
Future<void> sendKMLToSlave(int screen, String kml) async { await sshConnection.sendKMLToSlave(screen, kml); }