updateWorkKey method

Future<int?> updateWorkKey(
  1. int mainKeyIndex,
  2. int workKeyIndex,
  3. String workKey,
  4. String checkValue,
)

Implementation

Future<int?> updateWorkKey(
    int mainKeyIndex, int workKeyIndex, String workKey, String checkValue) {
  return TySmartPosApiPluginPlatform.instance
      .updateWorkKey(mainKeyIndex, workKeyIndex, workKey, checkValue);
}