getEmvHashCode method

Future<int?> getEmvHashCode()

Implementation

Future<int?> getEmvHashCode() {
  return TySmartPosApiPluginPlatform.instance.getEmvHashCode();
}