reboot method

Future<void> reboot()

Implementation

Future<void> reboot() {
  throw UnimplementedError('reboot() has not been implemented.');
}