setEnableEnd2EndEncryption method

FutureOr<void> setEnableEnd2EndEncryption(
  1. int option
)

{zh} @brief 设置是否使用 全链路加密功能 option > 0 使用,默认关闭

Implementation

FutureOr<void> setEnableEnd2EndEncryption(int option) async {
  return await nativeCall('setEnableEnd2EndEncryption', [option]);
}