execute method

  1. @override
String execute()
override

Implementation

@override
String execute() {
  return videoStream == VideoStream.on ? "streamon" : "streamoff";
}