getCAPK method

Future<List<Uint8List>?> getCAPK()

Implementation

Future<List<Uint8List>?> getCAPK() {
  return TySmartPosApiPluginPlatform.instance.getCAPK();
}