sendStatus method

void sendStatus([
  1. dynamic _
])

Sends the current status to the dashboard.

Implementation

void sendStatus([_]) => sendToParent(FramePayload(details: details));