send method

Future<void> send()

Sends the command to the science subsystem.

Implementation

Future<void> send() async {
	models.messages.sendMessage(value);
	models.home.setMessage(severity: Severity.info, text: "Science command submitted. Check the video feed to confirm");
}