reboot method

Future<void> reboot()

Implementation

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