openPullSubscribe method

void openPullSubscribe({
  1. Map<String, AesParams>? convParams,
})

打开拉取订阅

Implementation

void openPullSubscribe({
  Map<String, AesParams>? convParams,
}) {
  _sdkManager?.openPullSubscribe(
    convParams: convParams,
  );
}