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