getCertificateRandom method

Future<String?> getCertificateRandom()

Implementation

Future<String?> getCertificateRandom() {
  return TySmartPosApiPluginPlatform.instance.getCertificateRandom();
}