turnOff method

Future<void> turnOff()

Turn off Computer

Implementation

Future<void> turnOff() async {
  return _computeDelegate.turnOff();
}