send method
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");
}