cancel method
void
cancel()
关闭监听q
Implementation
void cancel() {
if (streamSubscription != null) {
streamSubscription?.cancel();
}
}
关闭监听q
void cancel() {
if (streamSubscription != null) {
streamSubscription?.cancel();
}
}