setEmvLogSwitch method

Future<void> setEmvLogSwitch(
  1. bool isOn
)

Implementation

Future<void> setEmvLogSwitch(bool isOn) {
  return TySmartPosApiPluginPlatform.instance.setEmvLogSwitch(isOn);
}