updateMainKey method

Future<int?> updateMainKey(
  1. int transferKeyIndex,
  2. int mainKeyIndex,
  3. String mainKey,
  4. String checkValue,
)

Implementation

Future<int?> updateMainKey(int transferKeyIndex, int mainKeyIndex,
    String mainKey, String checkValue) {
  return TySmartPosApiPluginPlatform.instance
      .updateMainKey(transferKeyIndex, mainKeyIndex, mainKey, checkValue);
}