halt method

Future<int?> halt()

Implementation

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