reboot method

Future<void> reboot()

Implementation

Future<void> reboot() {
  return TianboPluginPlatform.instance.reboot();
}