updateClearWorkKey method

Future<int?> updateClearWorkKey(
  1. int workKeyIndex,
  2. String workKey
)

Implementation

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