Control to Reboot the Device
Flutter Example:
/// Event number for rebooting the device
reboot(evtBase: _VBusEvtBase.base_app_set,
evtType: _VBusEvtType.app_reboot),
/// Reboot the device
libManager.send(evt: CmdEvtType.reboot, json: jsonEncode(json));