sendStatus method
- dynamic _
Sends the current status to the dashboard.
Implementation
void sendStatus([_]) => sendToParent(FramePayload(details: details));
Sends the current status to the dashboard.
void sendStatus([_]) => sendToParent(FramePayload(details: details));