removeSubscriber method
Implementation
void removeSubscriber(StreamSubscription<TencentResp> streamSubscription) {
streamSubscription.cancel();
}
void removeSubscriber(StreamSubscription<TencentResp> streamSubscription) {
streamSubscription.cancel();
}