powerOff method

Future<int?> powerOff()

Implementation

Future<int?> powerOff() {
  return TySmartPosApiPluginPlatform.instance.powerOff();
}