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