getAllLayouts method

void getAllLayouts()

Implementation

void getAllLayouts() {
  var msg = WSMessage(data: {"acn": "asl"});
  send(msg);
}